DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on WIP_COMPONENT_OBJ_T

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

743: --pass movTxnID as the move needs to distinguish between the mtl requirements for the child
744: --move transaction vs. the parent move transaction in the over move case. Over-completions do
745: --not need this as we can just use supply type to distinguish between the move and completion
746: --requirements
747: x_compTbl(l_index) := system.wip_component_obj_t(
748: operation_seq_num => l_reqRec.opSeqNum,
749: inventory_item_id => l_reqRec.itemID,
750: item_name => l_reqRec.itemName,
751: primary_quantity => l_compQty,

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

774: item_description => l_reqRec.itemDescription,
775: locator_name => l_reqRec.locatorName,
776: revision_qty_control_code => l_reqRec.revisionControlCode,
777: location_control_code => l_reqRec.locationControlCode,
778: component_yield_factor => null,/*Component Yield Enhancement(Bug 4369064)->wip_component_obj_t structure has been changed,
779: its value assigened to null to compile the structure..*/
780: basis_type => l_reqRec.basisType,
781: locator_project_id => l_reqRec.locatorProjectID,
782: locator_task_id => l_reqRec.locatorTaskID

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

1380:
1381: /* LBM Project */
1382:
1383:
1384: x_compTbl(l_index) := system.wip_component_obj_t(
1385: operation_seq_num => l_compRec.opSeqNum,
1386: inventory_item_id => l_compRec.itemID,
1387: item_name => l_compRec.itemName,
1388: --adjust for assy qty

Line 2909: l_curItem system.wip_component_obj_t;

2905:
2906: FUNCTION NegLSCompExist(p_compInfo IN OUT NOCOPY system.wip_lot_serial_obj_t)
2907: RETURN NUMBER IS
2908:
2909: l_curItem system.wip_component_obj_t;
2910: BEGIN
2911: LOOP
2912: IF(p_compInfo.getCurrentItem(l_curItem)) THEN
2913: IF(l_curItem.transaction_action_id = WIP_CONSTANTS.RETNEGC_ACTION