DBA Data[Home] [Help]

APPS.PA_BGT_BASELINE_PKG dependencies on PA_FUNDS_CONTROL_PKG

Line 2266: IF PA_FUNDS_CONTROL_PKG.PA_FUNDS_CHECK(

2262: END IF;
2263:
2264: --Call Funds Check for the delta transactions
2265: --in RESERVE_BASELINE mode
2266: IF PA_FUNDS_CONTROL_PKG.PA_FUNDS_CHECK(
2267: p_calling_module => 'RESERVE_BASELINE',
2268: p_conc_flag => null,
2269: p_set_of_book_id => l_sob_id,
2270: p_packet_id => l_packet_id,

Line 2285: -- R12 Funds Management Uptake : Deleted call to PA_FUNDS_CONTROL_PKG.upd_bdgt_encum_bal

2281: pa_fck_util.debug_msg('MAINTAIN_BAL_FCHK: ' || 'FCHK in Reserve Mode called');
2282: END IF;
2283: --Call Update Bdgt Acct Lines API
2284:
2285: -- R12 Funds Management Uptake : Deleted call to PA_FUNDS_CONTROL_PKG.upd_bdgt_encum_bal
2286: -- as it will be fired during tieback .
2287:
2288: -- R12 Funds Management Uptake : Added below update for updating pa_bc_packets with
2289: -- uncommited newly created budget version id.