DBA Data[Home] [Help]

APPS.PA_PLAN_RL_FORMATS_PUB dependencies on PA_PLAN_RL_FORMATS_PVT

Line 8: * Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format

4: /************************************************************
5: * Procedure : Create_Plan_RL_Format
6: * Description : This procedure is used the pass a Table of
7: * Record, and call the
8: * Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format
9: * procedure, which would create the res formats.
10: *************************************************************/
11: Procedure Create_Plan_RL_Format(
12: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE,

Line 37: Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format(

33: * Validate each one of them and insert accordingly.
34: ***************************************************************/
35: FOR i IN 1..P_Plan_RL_Format_Tbl.COUNT
36: LOOP
37: Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format(
38: P_Res_List_Id =>P_Res_List_Id,
39: P_Res_Format_Id =>P_Plan_RL_Format_Tbl(i).P_Res_Format_Id,
40: X_Plan_RL_Format_Id =>X_Plan_RL_Format_Tbl(i).X_Plan_RL_Format_Id,
41: X_Record_Version_Number =>

Line 61: * Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format

57: /************************************************************
58: * Procedure : Create_Plan_RL_Format
59: * Description : This procedure is used the pass a Table of
60: * elements, and call the
61: * Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format
62: * procedure, which would create the res formats.
63: *************************************************************/
64: Procedure Create_Plan_RL_Format(
65: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE,

Line 97: Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format(

93: ***************************************************************/
94:
95: FOR i IN P_Res_Format_Id.first..P_Res_Format_Id.last
96: LOOP
97: Pa_Plan_RL_Formats_Pvt.Create_Plan_RL_Format(
98: P_Res_List_Id =>P_Res_List_Id,
99: P_Res_Format_Id =>P_Res_Format_Id(i),
100: X_Plan_RL_Format_Id =>X_Plan_RL_Format_Id(i),
101: X_Record_Version_Number =>X_Record_Version_Number(i),

Line 121: * Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format

117: /************************************************************
118: * Procedure : Delete_Plan_RL_Format
119: * Description : This procedure is used the pass a Table of
120: * Record, and call the
121: * Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format
122: * procedure, which would Delete the res formats.
123: *************************************************************/
124: Procedure Delete_Plan_RL_Format (
125: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE,

Line 145: Pa_Plan_RL_Formats_pvt.Delete_Plan_RL_Format (

141: * Validate each one of them and Update accordingly.
142: ***************************************************************/
143: FOR i IN 1..P_Plan_RL_Format_Tbl.COUNT
144: LOOP
145: Pa_Plan_RL_Formats_pvt.Delete_Plan_RL_Format (
146: P_Res_List_Id =>P_Res_List_Id,
147: P_Res_Format_Id =>P_Plan_RL_Format_Tbl(i).P_Res_Format_Id,
148: P_Plan_RL_Format_Id =>P_Plan_RL_Format_Tbl(i).P_Plan_RL_Format_Id,
149: X_Return_Status =>X_Return_Status,

Line 166: * Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format

162: /************************************************************
163: * Procedure : Delete_Plan_RL_Format
164: * Description : This procedure is used the pass a Table of
165: * elements, and call the
166: * Pa_Plan_RL_Formats_Pvt.Delete_Plan_RL_Format
167: * procedure, which would Delete the res formats.
168: *************************************************************/
169: Procedure Delete_Plan_RL_Format (
170: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE,

Line 192: Pa_Plan_RL_Formats_pvt.Delete_Plan_RL_Format (

188: * Validate each one of them and Update accordingly.
189: ***************************************************************/
190: FOR i IN P_Res_Format_Id.first..P_Res_Format_Id.last
191: LOOP
192: Pa_Plan_RL_Formats_pvt.Delete_Plan_RL_Format (
193: P_Res_List_Id =>P_Res_List_Id,
194: P_Res_Format_Id =>P_Res_Format_Id(i),
195: P_Plan_RL_Format_Id =>P_Plan_RL_Format_Id(i),
196: X_Return_Status =>X_Return_Status,