DBA Data[Home] [Help]

APPS.PSB_SUBMIT_REVISION_PVT dependencies on PSB_BUDGET_REVISIONS_PVT

Line 473: PSB_Budget_Revisions_Pvt.Apply_Constraints

469:
470: --
471: -- Call the API to validate the Revision.
472: --
473: PSB_Budget_Revisions_Pvt.Apply_Constraints
474: (
475: p_api_version => 1.0 ,
476: p_validation_level => FND_API.G_VALID_LEVEL_FULL ,
477: p_return_status => l_return_status ,

Line 1309: PSB_Budget_Revisions_Pvt.Create_Budget_Revision

1305: aname => 'SUBMISSION_STATUS');
1306: --
1307: -- Call API to find all lower level worksheets.
1308: --
1309: PSB_Budget_Revisions_Pvt.Create_Budget_Revision
1310: (
1311: p_api_version => 1.0 ,
1312: p_init_msg_list => FND_API.G_FALSE,
1313: p_commit => FND_API.G_FALSE,

Line 1359: PSB_Budget_Revisions_Pvt.Create_Budget_Revision

1355: LOOP
1356: --
1357: -- Update Distribution related information in psb_budget_revisions.
1358: --
1359: PSB_Budget_Revisions_Pvt.Create_Budget_Revision
1360: (
1361: p_api_version => 1.0 ,
1362: p_init_msg_list => FND_API.G_FALSE,
1363: p_commit => FND_API.G_FALSE,

Line 1473: PSB_Budget_Revisions_Pvt.Update_Baseline_Values

1469: End loop;
1470: /* end bug 4341619 */
1471:
1472: IF l_currency_code <> 'STAT' THEN -- Bug 3029168
1473: PSB_Budget_Revisions_Pvt.Update_Baseline_Values
1474: (
1475: p_api_version => 1.0 ,
1476: p_init_msg_list => FND_API.G_FALSE,
1477: p_commit => FND_API.G_FALSE,

Line 1590: PSB_Budget_Revisions_Pvt.Budget_Revision_Funds_Check

1586: -- Bug 3029168 added the following IF condition
1587: -- funds check should not be called for STAT
1588: IF l_currency_code <> 'STAT' THEN -- Bug 3029168
1589:
1590: PSB_Budget_Revisions_Pvt.Budget_Revision_Funds_Check
1591: (
1592: p_api_version => 1.0 ,
1593: p_init_msg_list => FND_API.G_FALSE,
1594: p_commit => FND_API.G_FALSE,

Line 2690: PSB_Budget_Revisions_PVT.Apply_Revision_Rules

2686: aname => 'OPERATION_TYPE'
2687: );
2688:
2689:
2690: PSB_Budget_Revisions_PVT.Apply_Revision_Rules
2691: (
2692: p_api_version => 1.0,
2693: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
2694: p_return_status => l_return_status,