DBA Data[Home] [Help]

APPS.FA_FAS480_XMLP_PKG dependencies on FA_BOOK_CONTROLS_MRC_V

Line 27: FROM FA_BOOK_CONTROLS_MRC_V bc,

23: l_accounting_flex_Structure,
24: l_distribution_source_book,
25: l_fiscal_year_name,
26: l_currency_code
27: FROM FA_BOOK_CONTROLS_MRC_V bc,
28: GL_SETS_OF_BOOKS sob
29: WHERE bc.book_type_code = P_BOOK
30: AND sob.set_of_books_id = bc.set_of_books_id;
31: ELSE

Line 385: FA_BOOK_CONTROLS_MRC_V BC

381: tpc
382: FROM
383: FA_DEPRN_PERIODS_MRC_V DP,
384: FA_DEPRN_PERIODS_MRC_V DP_FY,
385: FA_BOOK_CONTROLS_MRC_V BC
386: WHERE
387: DP.BOOK_TYPE_CODE = book AND
388: DP.PERIOD_NAME = period AND
389: DP_FY.BOOK_TYPE_CODE = book AND