DBA Data[Home] [Help]

APPS.GMS_WF_PKG dependencies on GMS_SWEEPER

Line 1652: -- 6. call gms_sweeper -- added for Bug: 1666853

1648: -- 2. set the current_flag = 'Y' for the newly created budget,
1649: -- 3. Summarize the Project Budget,
1650: -- 4. Run the default setup for Budgetary Control (if budget is baselined for the first time) and
1651: -- 5. set the budget_status_code = 'W' and wf_status_code = NULL for the budget that was 'Submitted'.
1652: -- 6. call gms_sweeper -- added for Bug: 1666853
1653:
1654: if l_mode = 'B'
1655: then
1656:

Line 1834: -- 6. call gms_sweeper -- added for Bug: 1666853 ...

1830: and budget_type_code = l_budget_type_code
1831: and budget_status_code = 'S';
1832:
1833: --------------------------------------------------------------------------------------------------
1834: -- 6. call gms_sweeper -- added for Bug: 1666853 ...
1835:
1836: -- get the packet id for the budget and pass it on to the sweeper process.
1837: -- locking issue addressed as the scope of locking is limited to the packet.
1838: -- if there are no transactions then no point calling sweeper process. We'll skip it.

Line 1859: gms_sweeper.upd_act_enc_bal(ERRBUF => l_err_stage,

1855: -- bug 2821482 changes end.
1856:
1857: if l_packet_id is not null then --> bug 2821482.
1858:
1859: gms_sweeper.upd_act_enc_bal(ERRBUF => l_err_stage,
1860: retcode => l_err_code,
1861: x_mode => 'B',
1862: x_packet_id => l_packet_id, --> bug 2821482
1863: x_project_id => l_project_id,