DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on WIP_COMPONENT_OBJ_T

Line 1365: l_curItem system.wip_component_obj_t;

1361:
1362: l_compTbl system.wip_component_tbl_t;
1363: l_compLotSerTbl system.wip_lot_serial_obj_t;
1364: l_rtg_seq_id NUMBER;
1365: l_curItem system.wip_component_obj_t;
1366:
1367: BEGIN
1368:
1369: --if this is not scheduled completion, then no records can be merged

Line 1696: l_curItem system.wip_component_obj_t;

1692: p_toOpSeqNum in number,
1693: p_altRoutDesig in varchar2,
1694: x_compTbl in out nocopy system.wip_lot_serial_obj_t,
1695: x_returnStatus out nocopy varchar2) IS
1696: l_curItem system.wip_component_obj_t;
1697:
1698: cursor comp_lot (p_wip_ent_id NUMBER,
1699: p_org_id NUMBER,
1700: p_op_seq_num NUMBER,