DBA Data[Home] [Help]

APPS.ECE_POCO_TRANSACTION dependencies on OE_DROP_SHIP_GRP

Line 338: rec_order_line_info OE_DROP_SHIP_GRP.Order_Line_Info_Rec_Type; --2887790

334: nOrganization_ID NUMBER;
335: nItem_ID_pos NUMBER;
336:
337: v_drop_ship_flag NUMBER;
338: rec_order_line_info OE_DROP_SHIP_GRP.Order_Line_Info_Rec_Type; --2887790
339: nHeader_Cancel_Flag_pos NUMBER;
340: nLine_Cancel_Flag_pos NUMBER;
341: nShipment_Cancel_Flag_pos NUMBER;
342: v_header_cancel_flag VARCHAR2(10);

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

2006: ece_poco_x.populate_ext_shipment(l_shipment_fkey,l_shipment_tbl);
2007:
2008: -- Drop shipment
2009: xProgress := 'POCOB-10-1701';
2010: v_drop_ship_flag := OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(l_shipment_tbl(nShip_Line_Location_ID_pos).value);
2011: xProgress := 'POCOB-10-1702';
2012:
2013: if ec_debug.G_debug_level = 3 then
2014: ec_debug.pl(3, 'Drop Ship Flag:',v_drop_ship_flag);

Line 2034: OE_DROP_SHIP_GRP.GET_ORDER_LINE_INFO(1.0,

2030: and (nvl(v_line_cancel_flag,'N') <> 'Y')
2031: and (nvl(v_shipment_cancel_flag,'N') <> 'Y')) then
2032:
2033: xProgress := 'POCOB-10-1703';
2034: OE_DROP_SHIP_GRP.GET_ORDER_LINE_INFO(1.0,
2035: l_header_tbl(nHeader_key_pos).value,
2036: l_line_tbl(nLine_key_pos).value,
2037: l_shipment_tbl(nShip_Line_Location_ID_pos).value,
2038: l_header_tbl(nRelease_id_pos).value,