DBA Data[Home] [Help]

APPS.FA_GAINLOSS_PKG dependencies on CSE_FA_INTEGRATION_GRP

Line 534: if cse_fa_integration_grp.is_oat_enabled then

530: end if; -- IAC hook
531: Bug6391045 ends
532: */
533:
534: if cse_fa_integration_grp.is_oat_enabled then
535: if l_asset_retire_rec.status = 'PENDING' then
536: if not cse_fa_integration_grp.retire(
537: p_asset_id => ret.asset_id,
538: p_book_type_code => ret.book,

Line 536: if not cse_fa_integration_grp.retire(

532: */
533:
534: if cse_fa_integration_grp.is_oat_enabled then
535: if l_asset_retire_rec.status = 'PENDING' then
536: if not cse_fa_integration_grp.retire(
537: p_asset_id => ret.asset_id,
538: p_book_type_code => ret.book,
539: p_retirement_id => ret.retirement_id,
540: p_retirement_date => l_asset_retire_rec.date_retired,

Line 545: if not cse_fa_integration_grp.reinstate(

541: p_retirement_units => l_asset_retire_rec.units_retired) then
542: raise gainloss_err;
543: end if;
544: elsif l_asset_retire_rec.status = 'REINSTATE' then
545: if not cse_fa_integration_grp.reinstate(
546: p_asset_id => ret.asset_id,
547: p_book_type_code => ret.book,
548: p_retirement_id => ret.retirement_id,
549: p_reinstatement_date => l_asset_retire_rec.date_retired,