DBA Data[Home] [Help]

APPS.GMS_BUDGET_PUB dependencies on GMS_SWEEPER

Line 3701: -- 4. call gms_sweeper - added for Bug: 1666853

3697:
3698: -- 3. The Budgetary Control records are created before the fundscheck process is invoked.
3699:
3700:
3701: -- 4. call gms_sweeper - added for Bug: 1666853
3702:
3703: IF L_DEBUG = 'Y' THEN
3704: gms_error_pkg.gms_debug('GMS_BUDGET_PUB.BASELINE_BUDGET - Calling gms_sweeper.upd_act_enc_bal', 'C');
3705: END IF;

Line 3704: gms_error_pkg.gms_debug('GMS_BUDGET_PUB.BASELINE_BUDGET - Calling gms_sweeper.upd_act_enc_bal', 'C');

3700:
3701: -- 4. call gms_sweeper - added for Bug: 1666853
3702:
3703: IF L_DEBUG = 'Y' THEN
3704: gms_error_pkg.gms_debug('GMS_BUDGET_PUB.BASELINE_BUDGET - Calling gms_sweeper.upd_act_enc_bal', 'C');
3705: END IF;
3706:
3707:
3708: -- get the packet id for the budget and pass it on to the sweeper process.

Line 3727: gms_sweeper.upd_act_enc_bal(errbuf => x_err_stage,

3723: -- end bug 2821482 changes.
3724:
3725: if l_packet_id is not null then --> call sweeper if txns exist..bug 2821482.
3726:
3727: gms_sweeper.upd_act_enc_bal(errbuf => x_err_stage,
3728: retcode => x_err_code,
3729: x_mode => 'B',
3730: x_packet_id => l_packet_id, --> bug 2821482
3731: x_project_id => l_project_id,

Line 3735: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occurred in gms_sweeper.upd_act_enc_bal';

3731: x_project_id => l_project_id,
3732: x_award_id => l_award_id);
3733:
3734: if x_err_code <> 0 then -- Changed from 'S' to 0 (zero) for Bug:2464800
3735: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occurred in gms_sweeper.upd_act_enc_bal';
3736: gms_error_pkg.gms_message(x_err_name => 'GMS_BU_SWEEP_FAILED',
3737: x_err_code => x_err_code,
3738: x_err_buff => x_err_stage);
3739: