DBA Data[Home] [Help]

APPS.FA_DEPRN_TAX_REP_PKG dependencies on FA_BOOK_CONTROLS

Line 559: From FA_BOOK_CONTROLS

555: /* Get Distribution Source CORPORATE BOOK */
556:
557: Select DISTRIBUTION_SOURCE_BOOK
558: Into h_corp_book
559: From FA_BOOK_CONTROLS
560: where BOOK_TYPE_CODE =h_book;
561:
562: IF (g_print_debug) THEN
563: fa_rx_util_pkg.debug('fadptx_insert: ' || 'Distribution Source Book : '||h_corp_book);

Line 577: FA_BOOK_CONTROLS BC,

573: h_company_name,
574: cat_flex_struct,
575: loc_flex_struct
576: FROM FA_SYSTEM_CONTROLS SC,
577: FA_BOOK_CONTROLS BC,
578: GL_SETS_OF_BOOKS SOB
579: WHERE BC.BOOK_TYPE_CODE = h_book
580: and SOB.SET_OF_BOOKS_ID = BC.SET_OF_BOOKS_ID;
581: