DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on RA_CUSTOMER_TRX_LINES

Line 2567: ra_customer_trx_lines ratrl

2563: INTO l_comm_end_date, l_commitment_number,
2564: l_agreement_id, l_inventory_item_id
2565: from ra_customer_trx_all ratrx,
2566: ra_cust_trx_types_all ractt,
2567: ra_customer_trx_lines ratrl
2568: where ractt.type in ('DEP','GUAR')
2569: AND ratrx.cust_trx_type_id = ractt.cust_trx_type_id
2570: AND ractt.org_id = p_line_rec.org_id
2571: AND ratrl.org_id =ratrx.org_id