DBA Data[Home] [Help]

APPS.PA_BGT_BASELINE_PKG dependencies on PA_FUNDS_CONTROL_PKG

Line 2100: IF PA_FUNDS_CONTROL_PKG.PA_FUNDS_CHECK(

2096: END IF;
2097:
2098: --Call Funds Check for the delta transactions
2099: --in RESERVE_BASELINE mode
2100: IF PA_FUNDS_CONTROL_PKG.PA_FUNDS_CHECK(
2101: p_calling_module => 'RESERVE_BASELINE',
2102: p_conc_flag => null,
2103: p_set_of_book_id => l_sob_id,
2104: p_packet_id => l_packet_id,

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

2115: pa_fck_util.debug_msg('MAINTAIN_BAL_FCHK: ' || 'FCHK in Reserve Mode called');
2116: END IF;
2117: --Call Update Bdgt Acct Lines API
2118:
2119: -- R12 Funds Management Uptake : Deleted call to PA_FUNDS_CONTROL_PKG.upd_bdgt_encum_bal
2120: -- as it will be fired during tieback .
2121:
2122: -- R12 Funds Management Uptake : Added below update for updating pa_bc_packets with
2123: -- uncommited newly created budget version id.