DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on OE_DROP_SHIP_GRP

Line 6982: oe_drop_ship_grp.update_po_info(x_p_api_version,

6978: x_p_po_release_id := '';
6979: END IF;
6980:
6981: l_progress := '300';
6982: oe_drop_ship_grp.update_po_info(x_p_api_version,
6983: x_p_return_status,
6984: x_p_msg_count,
6985: x_p_msg_data,
6986: x_p_req_header_id,

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

12512: ** or let other shipments add to them
12513: */
12514:
12515: --
12516: --Removed call to oe_drop_ship_grp.req_line_is_drop_ship, instead use x_drop_ship_flag
12517: --Bug 7312562
12518: --Moving this code to the end of the procedure.
12519: --So that the same logic is used for Drop shipments also.
12520: --Ensuring that two drop shipments are not inserted into same shipment,

Line 12777: OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(x_line_location_to_check);

12773: */
12774: IF x_po_shipment_num <> -1 THEN
12775: l_progress:='080';
12776: x_so_line_id_from_shipment:=
12777: OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(x_line_location_to_check);
12778: IF x_so_line_id_from_shipment IS NOT NULL THEN
12779: x_po_shipment_num := -1;
12780: END IF;
12781: END IF;

Line 12973: OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(x_line_location_to_check);

12969:
12970: IF x_po_shipment_num <> -1 THEN
12971: l_progress:='120';
12972: x_so_line_id_from_shipment:=
12973: OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(x_line_location_to_check);
12974: IF x_so_line_id_from_shipment IS NOT NULL THEN
12975: x_po_shipment_num := -1;
12976: END IF;
12977: END IF;

Line 13184: OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(x_req_line_to_check);

13180: */
13181: IF x_po_shipment_num <> -1 THEN
13182: l_progress:='150';
13183: x_so_line_id_from_req_line:=
13184: OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(x_req_line_to_check);
13185: IF x_so_line_id_from_req_line IS NOT NULL THEN
13186: x_po_shipment_num := -1;
13187: END IF;
13188: END IF;