DBA Data[Home] [Help]

APPS.JAI_RCV_OPM_COSTING_PKG dependencies on RCV_SHIPMENT_LINES

Line 64: FROM rcv_shipment_lines rsl

60:
61: CURSOR cur_receipt_records(cp_start_date DATE, cp_end_date DATE)
62: IS
63: SELECT *
64: FROM rcv_shipment_lines rsl
65: WHERE ( p_organization_id IS NULL OR to_organization_id = p_organization_id )
66: /*even though to_organization_id is NULL ALLOWED, it is always populated*/
67: --AND trunc(creation_date) between cp_start_date AND cp_end_date /*bug 8830292*/
68: AND to_organization_id IN ( SELECT jcio.organization_id