DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on WIP_COMPONENT_OBJ_T

Line 1145: l_curItem system.wip_component_obj_t;

1141:
1142: l_compTbl system.wip_component_tbl_t;
1143: l_compLotSerTbl system.wip_lot_serial_obj_t;
1144: l_rtg_seq_id NUMBER;
1145: l_curItem system.wip_component_obj_t;
1146:
1147: BEGIN
1148:
1149: --if this is not scheduled completion, then no records can be merged

Line 1476: l_curItem system.wip_component_obj_t;

1472: p_toOpSeqNum in number,
1473: p_altRoutDesig in varchar2,
1474: x_compTbl in out nocopy system.wip_lot_serial_obj_t,
1475: x_returnStatus out nocopy varchar2) IS
1476: l_curItem system.wip_component_obj_t;
1477:
1478: cursor comp_lot (p_wip_ent_id NUMBER,
1479: p_org_id NUMBER,
1480: p_op_seq_num NUMBER,