DBA Data[Home] [Help]

APPS.GMD_QA_RCV_PUB dependencies on PO_LINES_ALL

Line 15: po_lines_all pol,

11: CURSOR cur_get_disposition IS
12: select disposition
13: from
14: po_headers_all poh,
15: po_lines_all pol,
16: po_line_locations_all poll,
17: rcv_transactions rcv ,
18: gmd_sampling_events se,
19: rcv_shipment_lines rsl,

Line 90: po_lines_all pol,

86: CURSOR cur_get_quantity IS
87: select rcv.quantity -- PAL verify
88: from
89: po_headers_all poh,
90: po_lines_all pol,
91: po_line_locations_all poll,
92: rcv_transactions rcv ,
93: gmd_sampling_events se,
94: rcv_shipment_lines rsl,

Line 161: po_lines_all pol,

157: CURSOR cur_get_inspection_result IS
158: select disposition
159: from
160: po_headers_all poh,
161: po_lines_all pol,
162: po_line_locations_all poll,
163: rcv_transactions rcv ,
164: gmd_sampling_events se,
165: rcv_shipment_lines rsl,

Line 282: po_lines_all pol,

278: CURSOR cur_get_id IS
279: select sampling_event_id
280: from
281: po_headers_all poh,
282: po_lines_all pol,
283: po_line_locations_all poll,
284: rcv_transactions rcv ,
285: gmd_sampling_events se,
286: rcv_shipment_lines rsl,