DBA Data[Home] [Help]

APPS.PO_XML_DELIVERY dependencies on OE_DROP_SHIP_SOURCES

Line 1216: from OE_DROP_SHIP_SOURCES

1212:
1213: /* See if it is a drop-ship location or not */
1214:
1215: select count(*) into cnt
1216: from OE_DROP_SHIP_SOURCES
1217: where po_header_id = p_header_id and
1218: line_location_id = p_line_location_id;
1219:
1220: /* if drop ship */

Line 1284: from OE_DROP_SHIP_SOURCES

1280: begin
1281:
1282: /* See if it is a drop-ship location or not */
1283: select count(*) into cnt
1284: from OE_DROP_SHIP_SOURCES
1285: where po_header_id = p_header_id and
1286: line_location_id = p_line_location_id;
1287:
1288: /* if drop ship */