DBA Data[Home] [Help]

APPS.FA_FAS400_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_currency_code,
26: l_precision
27: FROM FA_BOOK_CONTROLS_MRC_V bc,
28: GL_SETS_OF_BOOKS sob,
29: FND_CURRENCIES cur
30: WHERE bc.book_type_code = P_BOOK
31: AND sob.set_of_books_id = bc.set_of_books_id

Line 372: FA_BOOK_CONTROLS_MRC_V BC

368: tpc
369: FROM
370: FA_DEPRN_PERIODS_MRC_V DP,
371: FA_DEPRN_PERIODS_MRC_V DP_FY,
372: FA_BOOK_CONTROLS_MRC_V BC
373: WHERE
374: DP.BOOK_TYPE_CODE = book AND
375: DP.PERIOD_NAME = period AND
376: DP_FY.BOOK_TYPE_CODE = book AND