DBA Data[Home] [Help]

APPS.IGI_IAC_COMMON_UTILS dependencies on FA_DISTRIBUTION_ACCOUNTS

Line 1348: FROM FA_DISTRIBUTION_ACCOUNTS da,

1344: --nvl(REVAL_RSV_ACCOUNT_CCID,-1),
1345: --nvl(REVAL_RSV_GAIN_ACCOUNT_CCID,-1),
1346: -- nvl(REVAL_RSV_LOSS_ACCOUNT_CCID,-1),
1347: bc.accounting_flex_structure
1348: FROM FA_DISTRIBUTION_ACCOUNTS da,
1349: FA_BOOK_CONTROLS bc
1350: WHERE bc.book_type_code = X_book_type_code
1351: AND da.book_type_code = bc.book_type_code
1352: AND da.distribution_id = X_distribution_id;