7
Top of Form Discrete Job Component Pick Release Indicates No Move Order Created, but Move Order was Created (Doc ID 1555153.1) Modified:21-May-2013 Type:PROBLEM In this Document Symptom s Caus e Soluti on Referenc es This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review. APPLIES TO: Oracle Inventory Management - Version 11.5.10.CU2 and later Information in this document applies to any platform. SYMPTOMS On : 12.1.3 version, Work Execution When attempting to create move orders via the Component Pick Release form, the following error occurs. ERROR ---------------------- None of the material requirements for the selected components could be allocated. Please re-query to view the open requirements STEPS ----------------------- The issue can be reproduced at will with the following steps: Apply patches 10365040 an 13822524. 1. WIP: Discrete: Pick Release: Pick Release form 2. Set Criteria to choose a very large jobs (i.e Material Requirement Date < 31- OCT-2012) 3. Find 4. This will open the actual Component Pick Release form, with all “found” jobs, “included” in the expected Release, with our default Pick Slip Grouping Rule and the requirement to Print Pick Slips. Typically, the users will just press the Release Button at this point. 5. User get message above although an actual pick release occurred

Pick Release White Papers

Embed Size (px)

Citation preview

Page 1: Pick Release White Papers

Top of Form

 Discrete Job Component Pick Release Indicates No Move Order Created, but Move Order was Created (Doc ID 1555153.1)

Modified:21-May-2013 Type:PROBLEM

In this Document

SymptomsCauseSolutionReferences

This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review.

APPLIES TO:

Oracle Inventory Management - Version 11.5.10.CU2 and laterInformation in this document applies to any platform.

SYMPTOMS

On : 12.1.3 version, Work Execution

When attempting to create move orders via the Component Pick Release form,the following error occurs.

ERROR----------------------None of the material requirements for the selected components could be allocated. Please re-query to view the open requirements

STEPS-----------------------The issue can be reproduced at will with the following steps:Apply patches 10365040 an 13822524.1. WIP: Discrete: Pick Release: Pick Release form2. Set Criteria to choose a very large jobs (i.e Material Requirement Date < 31-OCT-2012)3. Find4. This will open the actual Component Pick Release form, with all “found” jobs, “included” in the expected Release, with our default Pick Slip Grouping Rule and the requirement to Print Pick Slips. Typically, the users will just press the Release Button at this point.5. User get message above although an actual pick release occurred

CAUSE

Per bug 14841557

Bug Summary

Continue with bug 13822524 In customer environment, when MTL_TXN_REQUEST_LINES_S reached max value 2^31 then set it back to 0-2^31,it will result in duplicate line_id. So customer determined to set it from

Page 2: Pick Release White Papers

2^31-2^32 but it throws out error and pick release cannot run successfully. ResolutionShould avoid such PLSQL error and pick release could run successfully. 

SOLUTION

in your test instance where issue can be reproduced:

Apply patch 14841557

Abstract 11i INV WIPCMPPK - DISCRETE JOB COMPONENT PICK RELEASE INCORRECTLY SHOWS NO MOVE ORDER CreatedInventory Management (inv)

Will obtain:

INVVWPKB.pls                         115.42.115100.15

 re test and progress accordingly

REFERENCES

BUG:14841557 - WIPCMPPK - DISCRETE JOB COMPONENT PICK RELEASE INCORRECTLY SHOWS NO MOVE ORDER C

Page 3: Pick Release White Papers

Component Pick Release Cannot Allocate Material Requirements (Doc ID 759056.1)

Modified:26-Aug-2010 Type:HOWTO

In this Document  Goal  Solution  References

APPLIES TO:

Oracle Inventory Management - Version: 12.0.4 and later   [Release: 12 and later ]Information in this document applies to any platform.

GOAL

When run Component Pick release for a flow schedule get message:None of the Material Requirements for the selected components could be allocated. Please re-query to view the open requirements.

How to identify which component that do not have enough on hand quantity?

SOLUTION

Run following scripts to find components:

1. SELECT primary_item_id, organization_id FROM wip_flow_schedules WHERE schedule_number = '&Sch Name';

--Enter the Schedule Name for the line.--Use the value of primary_item_id and organization_id for the below queries.

2. SELECT bill_sequence_id FROM BOM_BILL_OF_MATERIALS WHERE assembly_item_id = &item_id AND organization_id =&org_id ;

-- Use the bill_sequence_id in below query.

3. SELECT component_quantity,component_item_id,supply_subinventoryFROM bom_inventory_componentsWHERE bill_sequence_id = &bill_seqAND NOT EXISTS(SELECT 1FROM mtl_onhand_quantities_detailWHERE inventory_item_id = component_item_idAND organization_id = &orgidAND((subinventory_code = supply_subinventory) OR(supply_subinventory IS NULL))AND primary_transaction_quantity >= component_quantityAND NOT EXISTS(SELECT 1

Page 4: Pick Release White Papers

FROM mtl_system_items_bWHERE item_type IN('OC', 'PH')AND inventory_item_id = component_item_id))AND EXISTS (SELECT 1FROM mtl_system_items_bWHERE item_type NOT IN('OC', 'PH')AND inventory_item_id = component_item_id);

REFERENCES

BUG:7315841 - PND NONE OF THE MATERIAL REQUIRE FOR THE SELECTED COMPONENTS COULD BE ALLOCATED

 

Page 5: Pick Release White Papers

Component Pick Release Does Not Allocate And Create Move Order When Project and Task Linked To The Job (Doc ID 1603456.1)

Modified:27-Nov-2013 Type:PROBLEM

In this Document

Symptoms

Changes

Cause

Solution

References

APPLIES TO:

Oracle Inventory Management - Version 11.5.10.2 and laterInformation in this document applies to any platform.

SYMPTOMS

On : 11.5.10.2 version,

When performing component pick release for a particular job,  following warning is displayed on the Component Pick Release form.When project and task are not linked, move order allocation happens successfully. Problem only occurs when project and task are linked.

ERROR-----------------------None of the material requirements for the selected components could be allocated. Please re-query to view the open requirements.

STEPS-----------------------The issue can be reproduced at will with the following steps:1. Responsibility: Work In Process2. Navigation: Discrete -> Discrete Jobs3. Create Job with Project and Task4. Release the Job 5. Go to Discrete>Component Pick Release>Component Pick Release Form6. After Clicking on Release, above error occurs

CHANGES

Page 6: Pick Release White Papers

None

CAUSE

Components were hard-pegged, and onhand was not available in the corresponding project / task locator Cause as identified on a similar bug -Bug 10062520 - PICK RELEASE FOR ISO WITH PROJECT/ TASK GETS BACKORDERED

If end_assembly_pegging_flag value as 'A' or 'B' or 'Y', the item can be allocated in a non-locator controlled subinventory in a project references enabled organization.If end_assembly_pegging_flag has other values, the item can be allocated only from the specific locator with project/task.

To review pegging information for an item - Items form -> Organizations tab -> Select the Current Organization -> Open to view Organization Item Attributes -> MPS / MRP Planning tab -> Pegging

Here are the lookup codes and meaning:

LOOKUP_CODE  MEANING------------ -----------------------------A              Soft PeggingB              End Assembly/ Soft PeggingN              NoneY              End Assembly PeggingI               Hard PeggingX              End Assembly/ Hard Pegging

SOLUTION

If items are end assembly / hard pegged inventory should be available in the same project / task as the discrete job.

1. Do a project transfer for all the 20 components to the same project and task as on the discrete job .Project Manufacturing Super User -> Projects -> Control -> Borrow , Payback , Transfer -> Transaction -> Project TransferSelect the item, revision, current subinventory , current locator. (no project / task fields)For To Subinv - Select a subinventory locator with Project / Task information on the "To locator".

For Ex: If you would like to transfer material to subinventory as RAW MAT, Provide locator as <segment1>.<segment2>.<segment3>.<project>.<task>-- Provide project / task values as on the WIP job created.

2. Go to material workbench, and review onhand for one of the items.You should see the material in the locator for the Project / task as in step 1.

3. Run the pick release now.