DBA Data[Home] [Help]

APPS.WMA_FLOW dependencies on WIP_LOT_SERIAL_OBJ_T

Line 990: x_compInfo out nocopy system.wip_lot_serial_obj_t,

986: p_projectID in number,
987: p_taskID in number,
988: p_toOpSeqNum in number,
989: x_lotEntryType out nocopy number,
990: x_compInfo out nocopy system.wip_lot_serial_obj_t,
991: x_returnStatus out nocopy varchar2,
992: x_errMessage out nocopy varchar2) is
993: l_compTbl system.wip_component_tbl_t;
994: l_bomRevDate date := null;

Line 1119: x_compInfo := system.wip_lot_serial_obj_t(null, null, null, l_compTbl, null, null);

1115: <>
1116: l_count := l_compTbl.next(l_count);
1117: end loop;
1118:
1119: x_compInfo := system.wip_lot_serial_obj_t(null, null, null, l_compTbl, null, null);
1120: x_compInfo.initialize;
1121:
1122: wip_autoLotProc_priv.deriveLots(x_compLots => x_compInfo,
1123: p_orgID => p_orgID,