DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on OE_DROP_SHIP_GRP

Line 6404: oe_drop_ship_grp.update_po_info(x_p_api_version,

6400: x_p_po_release_id := '';
6401: END IF;
6402:
6403: l_progress := '300';
6404: oe_drop_ship_grp.update_po_info(x_p_api_version,
6405: x_p_return_status,
6406: x_p_msg_count,
6407: x_p_msg_data,
6408: x_p_req_header_id,

Line 11805: --Removed call to oe_drop_ship_grp.req_line_is_drop_ship, instead use x_drop_ship_flag

11801: ** or let other shipments add to them
11802: */
11803:
11804: --
11805: --Removed call to oe_drop_ship_grp.req_line_is_drop_ship, instead use x_drop_ship_flag
11806: --Bug 7312562
11807: --Moving this code to the end of the procedure.
11808: --So that the same logic is used for Drop shipments also.
11809: --Ensuring that two drop shipments are not inserted into same shipment,

Line 12055: OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(x_line_location_to_check);

12051: */
12052: IF x_po_shipment_num <> -1 THEN
12053: l_progress:='080';
12054: x_so_line_id_from_shipment:=
12055: OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(x_line_location_to_check);
12056: IF x_so_line_id_from_shipment IS NOT NULL THEN
12057: x_po_shipment_num := -1;
12058: END IF;
12059: END IF;

Line 12251: OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(x_line_location_to_check);

12247:
12248: IF x_po_shipment_num <> -1 THEN
12249: l_progress:='120';
12250: x_so_line_id_from_shipment:=
12251: OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(x_line_location_to_check);
12252: IF x_so_line_id_from_shipment IS NOT NULL THEN
12253: x_po_shipment_num := -1;
12254: END IF;
12255: END IF;

Line 12462: OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(x_req_line_to_check);

12458: */
12459: IF x_po_shipment_num <> -1 THEN
12460: l_progress:='150';
12461: x_so_line_id_from_req_line:=
12462: OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(x_req_line_to_check);
12463: IF x_so_line_id_from_req_line IS NOT NULL THEN
12464: x_po_shipment_num := -1;
12465: END IF;
12466: END IF;