DBA Data[Home] [Help]

APPS.FA_FASRCOST_XMLP_PKG dependencies on FA_BOOK_CONTROLS

Line 98: from fa_book_controls

94: BEGIN
95:
96: Select deprn_calendar
97: into tax_calendar
98: from fa_book_controls
99: -- where book_type_code = book_type_code;
100: where book_type_code = chg_book_type_code;
101:
102: select deprn_calendar

Line 104: from fa_book_controls

100: where book_type_code = chg_book_type_code;
101:
102: select deprn_calendar
103: into corp_calendar
104: from fa_book_controls
105: --where book_type_code = distribution_source_book;
106: where book_type_code = chg_distribution_source_book;
107:
108: