DBA Data[Home] [Help]

APPS.PSB_CREATE_BR_PVT dependencies on PSB_BUDGET_REVISIONS_PVT

Line 535: PSB_Budget_Revisions_Pvt.Create_Budget_Revision

531: l_freeze_flag := l_br_row_type.freeze_flag;
532: end if;
533:
534:
535: PSB_Budget_Revisions_Pvt.Create_Budget_Revision
536: (
537: p_api_version => 1.0 ,
538: p_init_msg_list => FND_API.G_FALSE,
539: p_commit => FND_API.G_FALSE,

Line 895: PSB_Budget_Revisions_Pvt.Create_Budget_Revision

891:
892: /* Code split into 2 conditions if and elsif to make request_id
893: null in case of unfreeze. Changed by Siva on 07/17/00 to resolve bug 1303434 */
894: IF p_freeze_flag = 'Y' THEN
895: PSB_Budget_Revisions_Pvt.Create_Budget_Revision
896: (
897: p_api_version => 1.0 ,
898: p_init_msg_list => FND_API.G_FALSE,
899: p_commit => FND_API.G_FALSE,

Line 910: PSB_Budget_Revisions_Pvt.Create_Budget_Revision

906: p_freeze_flag => p_freeze_flag
907: );
908: ELSIF p_freeze_flag = 'N' THEN
909:
910: PSB_Budget_Revisions_Pvt.Create_Budget_Revision
911: (
912: p_api_version => 1.0 ,
913: p_init_msg_list => FND_API.G_FALSE,
914: p_commit => FND_API.G_FALSE,

Line 1579: PSB_Budget_Revisions_Pvt.Create_Budget_Revision

1575: if ((p_revision_option_flag is not null ) and (p_revision_option_flag = 'N')) then
1576: l_freeze_flag := 'Y';
1577: end if;
1578:
1579: PSB_Budget_Revisions_Pvt.Create_Budget_Revision
1580: (
1581: p_api_version => 1.0 ,
1582: p_init_msg_list => FND_API.G_FALSE,
1583: p_commit => FND_API.G_FALSE,