Siebel Common Question:
Download Questions PDF

How to import List of Values?

Answers:

Answer #1
Depends on any Hierarchies, but using EIM_LST_OF_VAL(for EIM load) import parents first then children, otherwise you will receive failure message.

Answer #2
Load S_LST_OF_VAL table using EIM,table name EIM_LST_OF_VAL,
1.TYPE VALUE WHERE TYPE=\\'LOV_TYPE\\',
2.PARENT VALUE WHERE PAR_ROW_ID=NULL,
3.CHILD VALUE WHERE PAR_ROW_ID IS NOT NULL

Download Siebel Basic Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me What does install.ksh and imprep.ksh files do?Explain Why is it not recommended to modify existing base tables?