DBA Data[Home] [Help]

APPS.BIS_PMF_REG_SERVICE_PVT dependencies on BIS_COMPUTED_ACTUAL_PVT

Line 431: l_object_tbl BIS_COMPUTED_ACTUAL_PVT.object_tbl_type;

427: l_request_id VARCHAR2(32000);
428: l_debug VARCHAR2(32000);
429: l_error_Tbl BIS_UTILITIES_PUB.Error_Tbl_Type;
430: l_api_version NUMBER := 1;
431: l_object_tbl BIS_COMPUTED_ACTUAL_PVT.object_tbl_type;
432: l_Measure_Rec BIS_MEASURE_PUB.Measure_Rec_Type;
433: l_measure_short_name VARCHAR2(32000);
434: l_measure_name VARCHAR2(32000);
435: l_Measure_Rec_p BIS_MEASURE_PUB.Measure_Rec_Type;

Line 496: BIS_COMPUTED_ACTUAL_PVT.Get_Related_Objects

492: -- checking if AK region for this measure is defined.
493: -- if not, simply return with message telling user the proble.
494: -- if so, continue
495: --
496: BIS_COMPUTED_ACTUAL_PVT.Get_Related_Objects
497: ( p_measure_short_name => l_measure_short_name
498: , x_object_tbl => l_object_tbl
499: , x_return_status => l_return_status
500: );