DBA Data[Home] [Help]

APPS.PO_XML_DELIVERY dependencies on OE_DROP_SHIP_SOURCES

Line 1213: from OE_DROP_SHIP_SOURCES

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

Line 1281: from OE_DROP_SHIP_SOURCES

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