DBA Data[Home] [Help]

APPS.BSC_AOP_TPLATE dependencies on BSC_SYS_INIT

Line 37: From BSC_SYS_INIT

33: -- check template type (Tab or Cross)
34:
35: Select PROPERTY_VALUE
36: Into l_system_type
37: From BSC_SYS_INIT
38: Where PROPERTY_CODE = 'MODEL_TYPE';
39:
40: if (l_system_type = '1') then
41: l_num_of_options := 4;