DBA Data[Home] [Help]

APPS.FA_GAINLOSS_PKG dependencies on FA_IGI_EXT_PKG

Line 512: if FA_IGI_EXT_PKG.IAC_Enabled then

508: * Code hook for IAC
509: * Call IAC hook if IAC is enabled.
510: */
511: /*
512: if FA_IGI_EXT_PKG.IAC_Enabled then
513:
514: if not FA_IGI_EXT_PKG.Do_Gain_Loss(
515: p_retirement_id => ret.retirement_id,
516: p_asset_id => ret.asset_id,

Line 514: if not FA_IGI_EXT_PKG.Do_Gain_Loss(

510: */
511: /*
512: if FA_IGI_EXT_PKG.IAC_Enabled then
513:
514: if not FA_IGI_EXT_PKG.Do_Gain_Loss(
515: p_retirement_id => ret.retirement_id,
516: p_asset_id => ret.asset_id,
517: p_book_type_code => ret.book,
518: p_calling_function => l_calling_fn) then

Line 807: if FA_IGI_EXT_PKG.IAC_Enabled then

803: /*
804: * Code hook for IAC
805: * Call IAC hook if IAC is enabled.
806: */
807: if FA_IGI_EXT_PKG.IAC_Enabled then
808:
809: if not FA_IGI_EXT_PKG.Do_Gain_Loss(
810: p_retirement_id => ret.retirement_id,
811: p_asset_id => ret.asset_id,

Line 809: if not FA_IGI_EXT_PKG.Do_Gain_Loss(

805: * Call IAC hook if IAC is enabled.
806: */
807: if FA_IGI_EXT_PKG.IAC_Enabled then
808:
809: if not FA_IGI_EXT_PKG.Do_Gain_Loss(
810: p_retirement_id => ret.retirement_id,
811: p_asset_id => ret.asset_id,
812: p_book_type_code => ret.book,
813: p_event_id => l_trans_rec.event_id,