DBA Data[Home] [Help]

APPS.BSC_DIM_TPLATE dependencies on BSC_SYS_INIT

Line 96: From BSC_SYS_INIT

92:
93: -- check template type (Tab or Cross)
94: Select PROPERTY_VALUE
95: Into l_system_type
96: From BSC_SYS_INIT
97: Where PROPERTY_CODE = 'MODEL_TYPE';
98:
99: if (l_system_type = '1') then
100: Is_cross_template := TRUE;