DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_UTILITIES dependencies on FA_DISTRIBUTION_ACCOUNTS

Line 1204: FROM FA_DISTRIBUTION_ACCOUNTS da,

1200: SELECT nvl(ASSET_COST_ACCOUNT_CCID, -1),
1201: nvl(DEPRN_EXPENSE_ACCOUNT_CCID, -1),
1202: nvl(DEPRN_RESERVE_ACCOUNT_CCID, -1),
1203: bc.accounting_flex_structure
1204: FROM FA_DISTRIBUTION_ACCOUNTS da,
1205: FA_BOOK_CONTROLS bc
1206: WHERE bc.book_type_code = p_book_type_code
1207: AND da.book_type_code = bc.book_type_code
1208: AND da.distribution_id = c_distribution_id;

Line 1316: -- fa_distribution_accounts.

1312: END IF;
1313: END IF;
1314: CLOSE c_get_accounts;
1315: --- get the account from the fa_adjustmemts and fa_distribution_history if not found im
1316: -- fa_distribution_accounts.
1317:
1318: IF (l_account_ccid = -1) THEN
1319: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path,' Failed to get account ccid from distribution accounts *****');
1320: OPEN c_get_account_ccid(l_asset_id(l_loop_count),l_dist_id(l_loop_count),