DBA Data[Home] [Help]

APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on AR_RECEIVABLES_TRX

Line 1078: from ar_receivables_trx

1074:
1075: BEGIN
1076: select code_combination_id
1077: into adjust_ccid
1078: from ar_receivables_trx
1079: where receivables_trx_id = rec_trx_id
1080: and set_of_books_id = sob_id;
1081:
1082: EXCEPTION