DBA Data[Home] [Help]

APPS.BSC_DIMENSION_GROUPS_PUB dependencies on BSC_APPS

Line 1075: x_total_disp_name := NVL(BSC_APPS.get_lookup_value('BSC_UI_COMMON', 'ALL'), 'ALL');

1071: x_default_type := c_default_type;
1072: x_parent_in_total := c_parent_in_tot;
1073: x_no_items := c_no_items;
1074:
1075: x_total_disp_name := NVL(BSC_APPS.get_lookup_value('BSC_UI_COMMON', 'ALL'), 'ALL');
1076: x_comp_disp_name := NVL(BSC_APPS.get_lookup_value('BSC_UI_COMMON', 'COMPARISON'), 'COMPARISON');
1077:
1078: EXCEPTION
1079: WHEN OTHERS THEN

Line 1076: x_comp_disp_name := NVL(BSC_APPS.get_lookup_value('BSC_UI_COMMON', 'COMPARISON'), 'COMPARISON');

1072: x_parent_in_total := c_parent_in_tot;
1073: x_no_items := c_no_items;
1074:
1075: x_total_disp_name := NVL(BSC_APPS.get_lookup_value('BSC_UI_COMMON', 'ALL'), 'ALL');
1076: x_comp_disp_name := NVL(BSC_APPS.get_lookup_value('BSC_UI_COMMON', 'COMPARISON'), 'COMPARISON');
1077:
1078: EXCEPTION
1079: WHEN OTHERS THEN
1080: NULL;