DBA Data[Home] [Help]

APPS.PA_PLAN_RES_LIST_PUB dependencies on PA_PLAN_RL_FORMATS_PVT

Line 1730: Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format(

1726: Raise l_ERROR;
1727:
1728: END;
1729:
1730: Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format(
1731: P_Res_List_Id => L_plan_res_list_Rec.p_resource_list_id,
1732: P_Res_Format_Id => L_Plan_RL_Format_Tbl(i).P_Res_Format_Id,
1733: X_Plan_RL_Format_Id => X_Plan_RL_Format_Tbl(i).X_Plan_RL_Format_Id,
1734: X_Record_Version_Number => X_Plan_RL_Format_Tbl(i).X_Record_Version_Number,

Line 2361: * Call to the Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format API

2357: IF l_res_format_id_tbl.COUNT > 0 THEN
2358: FOR i IN l_res_format_id_tbl.first..l_res_format_id_tbl.last
2359: LOOP
2360: /**************************************************
2361: * Call to the Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format API
2362: * to Delete all the formats from the pa_plan_rl_formats
2363: * table. We are passing table elements
2364: **************************************************/
2365: Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format (

Line 2365: Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format (

2361: * Call to the Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format API
2362: * to Delete all the formats from the pa_plan_rl_formats
2363: * table. We are passing table elements
2364: **************************************************/
2365: Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format (
2366: P_Res_List_Id => P_res_list_id,
2367: P_Res_Format_Id => l_res_format_id_tbl(i),
2368: P_Plan_RL_Format_Id => l_plan_rl_format_id_tbl(i),
2369: X_Return_Status => l_return_status,

Line 2480: * Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format

2476: /************************************************************
2477: * Procedure : Create_Plan_RL_Format
2478: * Description : This procedure is used the pass a Table of
2479: * Record, and call the
2480: * Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format
2481: * procedure, which would create the res formats.
2482: * The detailed information is in the spec.
2483: **************************************************************/
2484: Procedure Create_Plan_RL_Format(

Line 2547: Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format(

2543:
2544: End If;
2545: --End of bug 3675288.
2546:
2547: Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format(
2548: P_Res_List_Id =>P_Res_List_Id,
2549: P_Res_Format_Id =>L_Plan_RL_Format_Tbl(i).P_Res_Format_Id,
2550: X_Plan_RL_Format_Id =>X_Plan_RL_Format_Tbl(i).X_Plan_RL_Format_Id,
2551: X_Record_Version_Number =>

Line 2598: * Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format

2594: /************************************************************
2595: * Procedure : Delete_Plan_RL_Format
2596: * Description : This procedure is used the pass a Table of
2597: * Record, and call the
2598: * Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format
2599: * procedure, which would Delete the res formats.
2600: * The detailed information is in the spec.
2601: **************************************************************/
2602: Procedure Delete_Plan_RL_Format (

Line 2632: Pa_Plan_RL_Formats_pvt.Delete_Plan_RL_Format (

2628: ****************************************************************/
2629: FOR i IN 1..P_Plan_RL_Format_Tbl.COUNT
2630: LOOP
2631:
2632: Pa_Plan_RL_Formats_pvt.Delete_Plan_RL_Format (
2633: P_Res_List_Id =>P_Res_List_Id,
2634: P_Res_Format_Id =>L_Plan_RL_Format_Tbl(i).P_Res_Format_Id,
2635: P_Plan_RL_Format_Id =>Null,
2636: X_Return_Status =>X_Return_Status,