DBA Data[Home] [Help]

APPS.IGI_IAC_DEPRN_PKG dependencies on FA_DISTRIBUTION_ACCOUNTS

Line 1170: FROM FA_DISTRIBUTION_ACCOUNTS da,

1166: SELECT nvl(ASSET_COST_ACCOUNT_CCID, -1),
1167: nvl(DEPRN_EXPENSE_ACCOUNT_CCID, -1),
1168: nvl(DEPRN_RESERVE_ACCOUNT_CCID, -1),
1169: bc.accounting_flex_structure
1170: FROM FA_DISTRIBUTION_ACCOUNTS da,
1171: FA_BOOK_CONTROLS bc
1172: WHERE bc.book_type_code = p_book_type_code
1173: AND da.book_type_code = bc.book_type_code
1174: AND da.distribution_id = c_distribution_id;

Line 1288: -- fa_distribution_accounts.

1284: END IF;
1285: END IF;
1286: CLOSE c_get_accounts;
1287: --- get the account from the fa_adjustmemts and fa_distribution_history if not found im
1288: -- fa_distribution_accounts.
1289:
1290: IF (l_account_ccid = -1) THEN
1291: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path,'Could not get account ccid from distribution accounts ');
1292: /* IF (l_adj_type(l_loop_count) in ('COST','RESERVE' ) ) THEN