DBA Data[Home] [Help]

APPS.PJM_TRANSFER_SPEC_CHARGES_PKG dependencies on RCV_TRANSACTIONS

Line 733: , rcv_transactions rt

729:
730: SELECT rsh.receipt_num
731: INTO l_receipt_num
732: FROM rcv_shipment_headers rsh
733: , rcv_transactions rt
734: WHERE rt.transaction_id = InvRec.RCV_Transaction_Id
735: AND rsh.shipment_header_id = rt.shipment_header_id;
736:
737: end if;

Line 1025: , rcv_transactions rt

1021:
1022: SELECT rsh.receipt_num
1023: INTO l_receipt_num
1024: FROM rcv_shipment_headers rsh
1025: , rcv_transactions rt
1026: WHERE rt.transaction_id = InvRec.RCV_Transaction_Id
1027: AND rsh.shipment_header_id = rt.shipment_header_id;
1028:
1029: end if;