DBA Data[Home] [Help]

APPS.FA_GCCID_PKG dependencies on FA_BOOK_CONTROLS

Line 177: FUNCTION fafbgcc (X_book_type_code in fa_book_controls.book_type_code%type,

173: return FALSE;
174: end fafb_search_functions;
175:
176: -------------------------------------------------------------------
177: FUNCTION fafbgcc (X_book_type_code in fa_book_controls.book_type_code%type,
178: X_fn_trx_code in varchar2,
179: X_dist_ccid in number,
180: X_acct_segval in varchar2,
181: X_account_ccid in number,

Line 487: (X_book_type_code in fa_book_controls.book_type_code%type,

483: END ; /* fafbgcc */
484:
485: -------------------------------------------------------------------
486: PROCEDURE fafbgcc_proc
487: (X_book_type_code in fa_book_controls.book_type_code%type,
488: X_fn_trx_code in varchar2,
489: X_dist_ccid in integer,
490: X_acct_segval in varchar2,
491: X_account_ccid in integer,

Line 707: FA_BOOK_CONTROLS bc

703: nvl(GENERAL_FUND_ACCOUNT_CCID, -1), -- Bug 6666666 : SORP
704: nvl(REVAL_LOSS_ACCOUNT_CCID, -1),
705: accounting_flex_structure
706: FROM FA_DISTRIBUTION_ACCOUNTS da,
707: FA_BOOK_CONTROLS bc
708: WHERE bc.book_type_code = X_book_type_code
709: AND da.book_type_code = bc.book_type_code
710: AND da.distribution_id = X_distribution_id;
711: