DBA Data[Home] [Help]

APPS.GMS_BUDGET_PUB dependencies on GMS_SWEEPER

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

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

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

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

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

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

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

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