DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on WIP_LOT_SERIAL_OBJ_T

Line 213: x_compInfo in out nocopy system.wip_lot_serial_obj_t,

209: p_projectID in number,
210: p_taskID in number,
211: p_toOpSeqNum in number,
212: p_altRoutDesig in varchar2,
213: x_compInfo in out nocopy system.wip_lot_serial_obj_t,
214: x_returnStatus out nocopy varchar2);
215:
216:
217: PROCEDURE default_comp_lot_serials(

Line 231: x_compTbl in out nocopy system.wip_lot_serial_obj_t,

227: p_projectID in number,
228: p_taskID in number,
229: p_toOpSeqNum in number,
230: p_altRoutDesig in varchar2,
231: x_compTbl in out nocopy system.wip_lot_serial_obj_t,
232: x_returnStatus out nocopy varchar2);
233:
234: PROCEDURE merge_backflush_comps(
235: p_wip_ent_id in number default NULL,

Line 248: x_compTbl in out nocopy system.wip_lot_serial_obj_t,

244: p_projectID in number,
245: p_taskID in number,
246: p_toOpSeqNum in number,
247: p_rtg_seq_id in number,
248: x_compTbl in out nocopy system.wip_lot_serial_obj_t,
249: x_returnStatus out nocopy varchar2);
250:
251:
252: FUNCTION scheduleRecordedDetailsExist(orgId Number, wipEntId Number)