DBA Data[Home] [Help]

APPS.FA_UPGHARNESS_PKG dependencies on FA_MC_BOOK_CONTROLS

Line 848: fa_mc_book_controls bc

844: and bc.book_type_code = dp.book_type_code
845: union all
846: select bc.set_of_books_id, dp.period_name
847: from fa_deprn_periods dp,
848: fa_mc_book_controls bc
849: where dp.xla_conversion_status in ('UA', 'UD', 'UT')
850: and bc.book_type_code = dp.book_type_code
851: and bc.enabled_flag = 'Y'
852: );

Line 873: fa_mc_book_controls bc

869: and dp.period_name = ps.period_name
870: union all
871: select 'x'
872: from fa_deprn_periods dp,
873: fa_mc_book_controls bc
874: where bc.book_type_code = dp.book_type_code
875: and bc.enabled_flag = 'Y'
876: and bc.set_of_books_id = ps.ledger_id
877: and dp.period_name = ps.period_name

Line 896: fa_mc_book_controls bc

892: and dp.xla_conversion_status is null
893: union all
894: select 'x'
895: from fa_deprn_periods dp,
896: fa_mc_book_controls bc
897: where bc.book_type_code = dp.book_type_code
898: and bc.enabled_flag = 'Y'
899: and bc.set_of_books_id = ps.ledger_id
900: and dp.period_name = ps.period_name