DBA Data[Home] [Help]

APPS.ECE_POO_TRANSACTION dependencies on OE_DROP_SHIP_GRP

Line 448: rec_order_line_info OE_DROP_SHIP_GRP.Order_Line_Info_Rec_Type; --2887790

444: nShp_end_off_pos pls_integer;
445: -- Timezone enhancement
446:
447: v_drop_ship_flag NUMBER;
448: rec_order_line_info OE_DROP_SHIP_GRP.Order_Line_Info_Rec_Type; --2887790
449: nHeader_Cancel_Flag_pos NUMBER;
450: nLine_Cancel_Flag_pos NUMBER;
451: nShipment_Cancel_Flag_pos NUMBER;
452: v_header_cancel_flag VARCHAR2(10);

Line 2022: v_drop_ship_flag := OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(l_shipment_tbl(nShip_Line_Location_ID_pos).value);

2018:
2019:
2020: -- Drop shipment
2021: xProgress := 'POOB-10-1691';
2022: v_drop_ship_flag := OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(l_shipment_tbl(nShip_Line_Location_ID_pos).value);
2023: xProgress := 'POOB-10-1692';
2024:
2025: if ec_debug.G_debug_level = 3 then
2026: ec_debug.pl(3, 'Drop Ship Flag:',v_drop_ship_flag);

Line 2046: OE_DROP_SHIP_GRP.GET_ORDER_LINE_INFO(1.0,

2042: and (nvl(v_line_cancel_flag,'N') <> 'Y')
2043: and (nvl(v_shipment_cancel_flag,'N') <> 'Y')) then
2044:
2045: xProgress := 'POOB-10-1696';
2046: OE_DROP_SHIP_GRP.GET_ORDER_LINE_INFO(1.0,
2047: l_header_tbl(nHeader_key_pos).value,
2048: l_line_tbl(nLine_key_pos).value,
2049: l_shipment_tbl(nShip_Line_Location_ID_pos).value,
2050: l_header_tbl(nRelease_id_pos).value,