DBA Data[Home] [Help]

APPS.BSC_UPDATE_COLOR dependencies on BSC_INTEGRATION_APIS

Line 1883: h_end_period := BSC_INTEGRATION_APIS.Get_Number_Of_Periods(h_current_fy,

1879:
1880: ELSE
1881: -- EDW periodicity
1882: h_init_period := 1;
1883: h_end_period := BSC_INTEGRATION_APIS.Get_Number_Of_Periods(h_current_fy,
1884: l_objective_color_props.periodicity_id,
1885: h_calendar_id);
1886: IF BSC_APPS.CheckError('BSC_INTEGRATION_APIS.Get_Number_Of_Periods') THEN
1887: RAISE e_unexpected_error;

Line 1886: IF BSC_APPS.CheckError('BSC_INTEGRATION_APIS.Get_Number_Of_Periods') THEN

1882: h_init_period := 1;
1883: h_end_period := BSC_INTEGRATION_APIS.Get_Number_Of_Periods(h_current_fy,
1884: l_objective_color_props.periodicity_id,
1885: h_calendar_id);
1886: IF BSC_APPS.CheckError('BSC_INTEGRATION_APIS.Get_Number_Of_Periods') THEN
1887: RAISE e_unexpected_error;
1888: END IF;
1889:
1890: FOR h_i IN h_init_period..h_end_period LOOP