DBA Data[Home] [Help]

APPS.PA_CREATE_RESOURCE dependencies on PA_PLAN_RL_FORMATS_PVT

Line 931: pa_plan_rl_formats_pvt.Create_Plan_RL_Format(

927: LOOP
928: fetch csr_get_formats into l_format_id, l_res_class_id,
929: l_res_class_code;
930: exit when csr_get_formats%NOTFOUND;
931: pa_plan_rl_formats_pvt.Create_Plan_RL_Format(
932: P_Res_List_Id => l_resource_list_id,
933: P_Res_Format_Id => l_format_id,
934: X_Plan_RL_Format_Id => l_plan_rl_format_id,
935: X_Record_Version_Number => l_record_version_number,

Line 1033: pa_plan_rl_formats_pvt.Create_Plan_RL_Format(

1029: open csr_get_default_format; --Added for CBS::13535688
1030: fetch csr_get_default_format into l_format_id, l_res_class_id,
1031: l_res_class_code;
1032:
1033: pa_plan_rl_formats_pvt.Create_Plan_RL_Format(
1034: P_Res_List_Id => l_resource_list_id,
1035: P_Res_Format_Id => l_format_id,
1036: X_Plan_RL_Format_Id => l_plan_rl_format_id,
1037: X_Record_Version_Number => l_record_version_number,

Line 1513: pa_plan_rl_formats_pvt.Create_Plan_RL_Format(

1509: LOOP
1510: fetch csr_get_formats into l_format_id, l_res_class_id,
1511: l_res_class_code;
1512: exit when csr_get_formats%NOTFOUND;
1513: pa_plan_rl_formats_pvt.Create_Plan_RL_Format(
1514: P_Res_List_Id => p_resource_list_id,
1515: P_Res_Format_Id => l_format_id,
1516: X_Plan_RL_Format_Id => l_plan_rl_format_id,
1517: X_Record_Version_Number => l_record_version_number,

Line 1600: pa_plan_rl_formats_pvt.Create_Plan_RL_Format(

1596: open csr_get_default_format; --Added for CBS::13535688
1597: fetch csr_get_default_format into l_format_id, l_res_class_id,
1598: l_res_class_code;
1599:
1600: pa_plan_rl_formats_pvt.Create_Plan_RL_Format(
1601: P_Res_List_Id => p_resource_list_id,
1602: P_Res_Format_Id => l_format_id,
1603: X_Plan_RL_Format_Id => l_plan_rl_format_id,
1604: X_Record_Version_Number => l_record_version_number,