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 399: from fa_book_controls

395: if sob_id is not null then
396: begin
397: select 'P'
398: into h_mrcsobtype
399: from fa_book_controls
400: where book_type_code = book
401: and set_of_books_id = sob_id;
402: exception
403: when no_data_found then

Line 428: FA_BOOK_CONTROLS BC

424: tpc
425: FROM
426: FA_DEPRN_PERIODS DP,
427: FA_DEPRN_PERIODS DP_FY,
428: FA_BOOK_CONTROLS BC
429: WHERE
430: DP.BOOK_TYPE_CODE = book AND
431: DP.PERIOD_NAME = period AND
432: DP_FY.BOOK_TYPE_CODE = book AND