DBA Data[Home] [Help]

APPS.ECE_AR_TRANSACTION dependencies on RA_CUST_TRX_TYPES

Line 767: ra_cust_trx_types rctt,

763: Multiple_Installments_Flag,
764: Maximum_Installment_Number,
765: l_Minimum_Installment_Number
766: FROM ra_customer_trx rct,
767: ra_cust_trx_types rctt,
768: ra_terms_lines rtl,
769: ra_terms rt,
770: fnd_currencies fc
771: WHERE rct.customer_trx_id = Get_Payment.Customer_Trx_ID

Line 791: 'RA_CUSTOMER_TRX, RA_CUST_TRX_TYPES, RA_TERMS_LINES, RA_TERMS, FND_CURRENCIES' );

787: xProgress,
788: 'INFO',
789: 'PAYMENT SCHEDULE',
790: 'TABLE_NAME',
791: 'RA_CUSTOMER_TRX, RA_CUST_TRX_TYPES, RA_TERMS_LINES, RA_TERMS, FND_CURRENCIES' );
792: END;
793:
794: ec_debug.pl ( 3, 'l_Term_ID: ', l_Term_ID );
795: ec_debug.pl ( 3, 'l_Currency_Precision: ', l_Currency_Precision );