DBA Data[Home] [Help]

APPS.FA_INS_ADJ_PVT dependencies on FA_SORP_UTIL_PVT

Line 205: if not FA_SORP_UTIL_PVT.create_sorp_neutral_acct (

201:
202: /* Bug 6666666 : Added for SORP Compliance (via Bug 7590545) */
203: /* Creating SORP Neutralizing entries */
204: if FA_CACHE_PKG.fazcbc_record.sorp_enabled_flag = 'Y' then
205: if not FA_SORP_UTIL_PVT.create_sorp_neutral_acct (
206: p_amount => p_deprn_expense,
207: p_reversal => 'N',
208: p_adj => l_adj,
209: p_created_by => NULL,

Line 285: if not FA_SORP_UTIL_PVT.create_sorp_neutral_acct (

281: raise error_found;
282: end if;
283: /*For 8520733 during 10160292 to create neutralization entries */
284: if FA_CACHE_PKG.fazcbc_record.sorp_enabled_flag = 'Y' then
285: if not FA_SORP_UTIL_PVT.create_sorp_neutral_acct (
286: p_amount => p_impair_expense,
287: p_reversal => 'N',
288: p_adj => l_adj,
289: p_created_by => NULL,