DBA Data[Home] [Help]

APPS.PSB_WORKFLOW_PVT dependencies on PSB_CREATE_BR_PVT

Line 1400: PSB_Create_BR_Pvt.Create_Budget_Revision

1396:
1397: -- It means it is a first time distribution. Create an official
1398: -- budget revision for distribution.
1399: --
1400: PSB_Create_BR_Pvt.Create_Budget_Revision
1401: (
1402: p_api_version => 1.0 ,
1403: p_init_msg_list => FND_API.G_TRUE,
1404: p_commit => FND_API.G_FALSE,

Line 1425: PSB_Create_BR_Pvt.Update_Target_Budget_Revision

1421: --
1422: -- It means it is a re-distribution. Update l_child_budget_revision_id
1423: -- with the p_budget_revision_id.
1424: --
1425: PSB_Create_BR_Pvt.Update_Target_Budget_Revision
1426: (
1427: p_api_version => 1.0 ,
1428: p_init_msg_list => FND_API.G_TRUE,
1429: p_commit => FND_API.G_FALSE,

Line 1457: PSB_Create_BR_Pvt.Freeze_Budget_Revision

1453: -- If the budget revision is frozen then unfreeze it.
1454: --
1455: IF NVL(l_freeze_flag, 'N' ) = 'Y' THEN
1456: --
1457: PSB_Create_BR_Pvt.Freeze_Budget_Revision
1458: (
1459: p_api_version => 1.0 ,
1460: p_init_msg_list => FND_API.G_FALSE,
1461: p_commit => FND_API.G_FALSE,

Line 1661: /*PSB_Create_BR_Pvt.Check_BR_Ops_Concurrency

1657: --
1658: -- Call Concurrency control API.
1659: --
1660:
1661: /*PSB_Create_BR_Pvt.Check_BR_Ops_Concurrency
1662: (
1663: p_api_version => 1.0 ,
1664: p_init_msg_list => FND_API.G_FALSE ,
1665: p_validation_level => FND_API.G_VALID_LEVEL_NONE ,