DBA Data[Home] [Help]

APPS.FA_RX_SHARED_PKG dependencies on FA_BOOK_CONTROLS

Line 35: from fa_book_controls

31: h_mesg_name := 'FA_REC_SQL_ACCT_FLEX';
32:
33: select accounting_flex_structure
34: into structure_num
35: from fa_book_controls
36: where book_type_code = BOOK;
37:
38: h_mesg_name := 'FA_RX_SEGNUMS';
39:

Line 159: from fa_book_controls

155: h_mesg_name := 'FA_REC_SQL_ACCT_FLEX';
156:
157: select accounting_flex_structure
158: into structure_num
159: from fa_book_controls
160: where book_type_code = BOOK;
161:
162: h_mesg_name := 'FA_RX_SEGNUMS';
163:

Line 409: FA_BOOK_CONTROLS BC

405: tpc
406: FROM
407: FA_DEPRN_PERIODS DP,
408: FA_DEPRN_PERIODS DP_FY,
409: FA_BOOK_CONTROLS BC
410: WHERE
411: DP.BOOK_TYPE_CODE = book AND
412: DP.PERIOD_NAME = period AND
413: DP_FY.BOOK_TYPE_CODE = book AND