DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on WIP_COMPONENT_OBJ_T

Line 755: x_compTbl(l_index) := system.wip_component_obj_t(

751: --pass movTxnID as the move needs to distinguish between the mtl requirements for the child
752: --move transaction vs. the parent move transaction in the over move case. Over-completions do
753: --not need this as we can just use supply type to distinguish between the move and completion
754: --requirements
755: x_compTbl(l_index) := system.wip_component_obj_t(
756: operation_seq_num => l_reqRec.opSeqNum,
757: inventory_item_id => l_reqRec.itemID,
758: item_name => l_reqRec.itemName,
759: primary_quantity => l_compQty,

Line 788: component_yield_factor => null,/*Component Yield Enhancement(Bug 4369064)->wip_component_obj_t structure has been changed,

784: item_description => l_reqRec.itemDescription,
785: locator_name => l_reqRec.locatorName,
786: revision_qty_control_code => l_reqRec.revisionControlCode,
787: location_control_code => l_reqRec.locationControlCode,
788: component_yield_factor => null,/*Component Yield Enhancement(Bug 4369064)->wip_component_obj_t structure has been changed,
789: its value assigened to null to compile the structure..*/
790: basis_type => l_reqRec.basisType,
791: locator_project_id => l_reqRec.locatorProjectID,
792: locator_task_id => l_reqRec.locatorTaskID

Line 1433: x_compTbl(l_index) := system.wip_component_obj_t(

1429:
1430: /* LBM Project */
1431:
1432:
1433: x_compTbl(l_index) := system.wip_component_obj_t(
1434: operation_seq_num => l_compRec.opSeqNum,
1435: inventory_item_id => l_compRec.itemID,
1436: item_name => l_compRec.itemName,
1437: --adjust for assy qty

Line 3018: l_curItem system.wip_component_obj_t;

3014:
3015: FUNCTION NegLSCompExist(p_compInfo IN OUT NOCOPY system.wip_lot_serial_obj_t)
3016: RETURN NUMBER IS
3017:
3018: l_curItem system.wip_component_obj_t;
3019: BEGIN
3020: LOOP
3021: IF(p_compInfo.getCurrentItem(l_curItem)) THEN
3022: IF(l_curItem.transaction_action_id = WIP_CONSTANTS.RETNEGC_ACTION