DBA Data[Home] [Help]

APPS.PA_PLAN_RES_LIST_PUB dependencies on PA_PLAN_RL_FORMATS_PVT

Line 1745: Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format(

1741: Raise l_ERROR;
1742:
1743: END;
1744:
1745: Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format(
1746: P_Res_List_Id => L_plan_res_list_Rec.p_resource_list_id,
1747: P_Res_Format_Id => L_Plan_RL_Format_Tbl(i).P_Res_Format_Id,
1748: X_Plan_RL_Format_Id => X_Plan_RL_Format_Tbl(i).X_Plan_RL_Format_Id,
1749: X_Record_Version_Number => X_Plan_RL_Format_Tbl(i).X_Record_Version_Number,

Line 2376: * Call to the Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format API

2372: IF l_res_format_id_tbl.COUNT > 0 THEN
2373: FOR i IN l_res_format_id_tbl.first..l_res_format_id_tbl.last
2374: LOOP
2375: /**************************************************
2376: * Call to the Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format API
2377: * to Delete all the formats from the pa_plan_rl_formats
2378: * table. We are passing table elements
2379: **************************************************/
2380: Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format (

Line 2380: Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format (

2376: * Call to the Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format API
2377: * to Delete all the formats from the pa_plan_rl_formats
2378: * table. We are passing table elements
2379: **************************************************/
2380: Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format (
2381: P_Res_List_Id => P_res_list_id,
2382: P_Res_Format_Id => l_res_format_id_tbl(i),
2383: P_Plan_RL_Format_Id => l_plan_rl_format_id_tbl(i),
2384: X_Return_Status => l_return_status,

Line 2495: * Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format

2491: /************************************************************
2492: * Procedure : Create_Plan_RL_Format
2493: * Description : This procedure is used the pass a Table of
2494: * Record, and call the
2495: * Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format
2496: * procedure, which would create the res formats.
2497: * The detailed information is in the spec.
2498: **************************************************************/
2499: Procedure Create_Plan_RL_Format(

Line 2564: Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format(

2560:
2561: End If;
2562: --End of bug 3675288.
2563:
2564: Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format(
2565: P_Res_List_Id =>P_Res_List_Id,
2566: P_Res_Format_Id =>L_Plan_RL_Format_Tbl(i).P_Res_Format_Id,
2567: X_Plan_RL_Format_Id =>X_Plan_RL_Format_Tbl(i).X_Plan_RL_Format_Id,
2568: X_Record_Version_Number =>

Line 2618: * Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format

2614: /************************************************************
2615: * Procedure : Delete_Plan_RL_Format
2616: * Description : This procedure is used the pass a Table of
2617: * Record, and call the
2618: * Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format
2619: * procedure, which would Delete the res formats.
2620: * The detailed information is in the spec.
2621: **************************************************************/
2622: Procedure Delete_Plan_RL_Format (

Line 2652: Pa_Plan_RL_Formats_pvt.Delete_Plan_RL_Format (

2648: ****************************************************************/
2649: FOR i IN 1..P_Plan_RL_Format_Tbl.COUNT
2650: LOOP
2651:
2652: Pa_Plan_RL_Formats_pvt.Delete_Plan_RL_Format (
2653: P_Res_List_Id =>P_Res_List_Id,
2654: P_Res_Format_Id =>L_Plan_RL_Format_Tbl(i).P_Res_Format_Id,
2655: P_Plan_RL_Format_Id =>Null,
2656: X_Return_Status =>X_Return_Status,