DBA Data[Home] [Help]

APPS.PSB_CREATE_BR_PVT dependencies on PSB_CREATE_BR_PVT

Line 1: PACKAGE BODY PSB_Create_BR_Pvt AS

1: PACKAGE BODY PSB_Create_BR_Pvt AS
2: /* $Header: PSBVCBRB.pls 115.26 2003/04/21 20:10:28 srawat ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PSB_Create_BR_Pvt';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PSB_Create_BR_Pvt';

1: PACKAGE BODY PSB_Create_BR_Pvt AS
2: /* $Header: PSBVCBRB.pls 115.26 2003/04/21 20:10:28 srawat ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PSB_Create_BR_Pvt';
5:
6:
7: /*--------------------------- Global variables -----------------------------*/
8:

Line 93: l_budget_revision_tab PSB_Create_BR_Pvt.Budget_Revision_Tbl_Type ;

89: l_return_status VARCHAR2(1) ;
90: l_msg_count NUMBER ;
91: l_msg_data VARCHAR2(2000) ;
92: --
93: l_budget_revision_tab PSB_Create_BR_Pvt.Budget_Revision_Tbl_Type ;
94: --
95: BEGIN
96: --
97: SAVEPOINT Enforce_BR_Concurrency_Pvt ;

Line 144: PSB_Create_BR_Pvt.Find_Parent_Budget_Revisions

140: -- parameter.
141: --
142: IF p_parent_or_child_mode = 'PARENT' THEN
143: --
144: PSB_Create_BR_Pvt.Find_Parent_Budget_Revisions
145: (
146: p_api_version => 1.0 ,
147: p_init_msg_list => FND_API.G_FALSE,
148: p_commit => FND_API.G_FALSE,

Line 160: PSB_Create_BR_Pvt.Find_Child_Budget_Revisions

156: );
157: --
158: ELSIF p_parent_or_child_mode = 'CHILD' THEN
159: --
160: PSB_Create_BR_Pvt.Find_Child_Budget_Revisions
161: (
162: p_api_version => 1.0 ,
163: p_init_msg_list => FND_API.G_FALSE,
164: p_commit => FND_API.G_FALSE,

Line 303: PSB_Create_BR_PVT.Enforce_BR_Concurrency

299: IF p_operation_type IN ('FREEZE_REVISION', 'SUBMIT_REVISION' ) THEN
300: --
301: -- Lock in 'CHILD' mode as the child Revisions also need to be frozen.
302: --
303: PSB_Create_BR_PVT.Enforce_BR_Concurrency
304: (
305: p_api_version => 1.0,
306: p_init_msg_list => FND_API.G_FALSE ,
307: p_commit => FND_API.G_FALSE ,

Line 1222: PSB_Create_BR_Pvt.Find_Parent_Budget_Revision

1218: LOOP
1219: --
1220: -- Find the parent budget revision for the current budget revision.
1221: --
1222: PSB_Create_BR_Pvt.Find_Parent_Budget_Revision
1223: (
1224: p_api_version => 1.0,
1225: p_init_msg_list => FND_API.G_FALSE,
1226: p_commit => FND_API.G_FALSE,

Line 1995: END PSB_Create_BR_Pvt ;

1991: END debug ;
1992: /*---------------------------------------------------------------------------*/
1993:
1994:
1995: END PSB_Create_BR_Pvt ;