DBA Data[Home] [Help]

APPS.IGI_IAC_COMMON_UTILS dependencies on FA_DISTRIBUTION_ACCOUNTS

Line 1378: FROM FA_DISTRIBUTION_ACCOUNTS da,

1374: --nvl(REVAL_RSV_ACCOUNT_CCID,-1),
1375: --nvl(REVAL_RSV_GAIN_ACCOUNT_CCID,-1),
1376: -- nvl(REVAL_RSV_LOSS_ACCOUNT_CCID,-1),
1377: bc.accounting_flex_structure
1378: FROM FA_DISTRIBUTION_ACCOUNTS da,
1379: FA_BOOK_CONTROLS bc
1380: WHERE bc.book_type_code = X_book_type_code
1381: AND da.book_type_code = bc.book_type_code
1382: AND da.distribution_id = X_distribution_id;