DBA Data[Home] [Help]

APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on RA_CUST_TRX_TYPES

Line 448: from ra_cust_trx_types

444: statement_no := 'A';
445:
446: select gl_id_rev, gl_id_rec
447: into rev_ccid, rec_ccid
448: from ra_cust_trx_types
449: where cust_trx_type_id = trx_type_id;
450:
451: exception
452:

Line 2149: ra_cust_trx_types rctt

2145: fcfc.waive_flag, 0 , assign_date, 0 , sysdate, sob_id, v_org_id
2146: from ra_customer_trx ract,
2147: fv_cust_finance_chrgs fcfc,
2148: fv_finance_charge_controls fcc,
2149: ra_cust_trx_types rctt
2150: where ract.bill_to_customer_id = fcfc.customer_id
2151: and fcfc.set_of_books_id = sob_id
2152: and ract.cust_trx_type_id = rctt.cust_trx_type_id
2153: and ract.complete_flag = 'Y'