DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on RA_CUSTOMER_TRX_LINES

Line 2692: ra_customer_trx_lines ratrl

2688: INTO l_comm_end_date, l_commitment_number,
2689: l_agreement_id, l_inventory_item_id
2690: from ra_customer_trx_all ratrx,
2691: ra_cust_trx_types_all ractt,
2692: ra_customer_trx_lines ratrl
2693: where ractt.type in ('DEP','GUAR')
2694: AND ratrx.cust_trx_type_id = ractt.cust_trx_type_id
2695: AND ractt.org_id = p_line_rec.org_id
2696: AND ratrl.org_id =ratrx.org_id