DBA Data[Home] [Help]

APPS.PA_CREATE_RESOURCE dependencies on PA_PLAN_RL_FORMATS_PVT

Line 913: pa_plan_rl_formats_pvt.Create_Plan_RL_Format(

909: LOOP
910: fetch csr_get_formats into l_format_id, l_res_class_id,
911: l_res_class_code;
912: exit when csr_get_formats%NOTFOUND;
913: pa_plan_rl_formats_pvt.Create_Plan_RL_Format(
914: P_Res_List_Id => l_resource_list_id,
915: P_Res_Format_Id => l_format_id,
916: X_Plan_RL_Format_Id => l_plan_rl_format_id,
917: X_Record_Version_Number => l_record_version_number,