DBA Data[Home] [Help]

APPS.IGIRX_IMP_IAC_REP dependencies on FA_DISTRIBUTION_ACCOUNTS

Line 510: FROM fa_distribution_accounts

506: IS
507: SELECT asset_cost_account_ccid ,
508: deprn_expense_account_ccid ,
509: deprn_reserve_account_ccid
510: FROM fa_distribution_accounts
511: WHERE distribution_id=p_distribution_id AND
512: book_type_code=p_book_type_code;
513:
514: CURSOR C_deprn( p_fiscal_year in NUMBER,