DBA Data[Home] [Help]

APPS.GMD_QA_RCV_PUB dependencies on PO_HEADERS_ALL

Line 14: po_headers_all poh,

10:
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,

Line 89: po_headers_all poh,

85:
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,

Line 160: po_headers_all poh,

156:
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,

Line 281: po_headers_all poh,

277:
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,