DBA Data[Home] [Help]

APPS.ECE_POO_TRANSACTION dependencies on OE_DROP_SHIP_GRP

Line 447: rec_order_line_info OE_DROP_SHIP_GRP.Order_Line_Info_Rec_Type; --2887790

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

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

1985:
1986:
1987: -- Drop shipment
1988: xProgress := 'POOB-10-1691';
1989: v_drop_ship_flag := OE_DROP_SHIP_GRP.PO_Line_Location_Is_Drop_Ship(l_shipment_tbl(nShip_Line_Location_ID_pos).value);
1990: xProgress := 'POOB-10-1692';
1991:
1992: if ec_debug.G_debug_level = 3 then
1993: ec_debug.pl(3, 'Drop Ship Flag:',v_drop_ship_flag);

Line 2013: OE_DROP_SHIP_GRP.GET_ORDER_LINE_INFO(1.0,

2009: and (nvl(v_line_cancel_flag,'N') <> 'Y')
2010: and (nvl(v_shipment_cancel_flag,'N') <> 'Y')) then
2011:
2012: xProgress := 'POOB-10-1696';
2013: OE_DROP_SHIP_GRP.GET_ORDER_LINE_INFO(1.0,
2014: l_header_tbl(nHeader_key_pos).value,
2015: l_line_tbl(nLine_key_pos).value,
2016: l_shipment_tbl(nShip_Line_Location_ID_pos).value,
2017: l_header_tbl(nRelease_id_pos).value,