A good article from Metalink Note:200574.1
"A schedule developed from firm orders or from forecasts of demand. The MPS is a key input into a material requirements planning (MRP) system. The MPS identifies how many of each end product need to be produced and when they need to be produced by within each planning period. This data forms one of three keyinputs enabling an MRP system to produce detailed timings for component manufacture and material purchases. It summarizes what the business plans to make and drives the operation in terms of what is assembled, what is made, and what is bought in. In addition it forms the basis for planning the utilization of labour and equipment and determines the requirements for materials and cash."
MDS serves as input for MPS, MPS serves as input for MRP. However, in simple MRP implementation, MPS some times been skipped.
Friday, November 21, 2008
[MRP] What is MDS?
Posted by
Stanley Kuan
at
Friday, November 21, 2008
0
comments
Labels: [MRP]
Thursday, November 20, 2008
[INV] Locator Control
Excerpt from Metalink Note: 228984.1
Dynamic entry - Define locators when you use them, either as you receive or ship items.
No control - Locator control not established.
Prespecified - Define locators before you use them.
Note: For Oracle Order Management, if an item is Reservable, you can manually reserve a specific locator at order entry or let pick release use Inventory picking rules to suggest the locator when the order is picked. If the item is not Reservable, Inventory picking rules will suggest the locator when the order is picked.
Note: Locator control for an organization or for a subinventory overrides locator control for an item.
Attention: You cannot change locator control when an item has quantity on hand.
Related Topic:
http://oraclea2z.blogspot.com/2008/10/inv-locator-control-in-subinventories.html
Posted by
Stanley Kuan
at
Thursday, November 20, 2008
0
comments
Labels: [INV]
Wednesday, November 19, 2008
[PO] You are not setup as a buyer. To access this form you need to be a buyer.
Applies to the following forms:
Purchase Order Entry Form
Releases
AutoCreate
Related Topic:
http://oraclea2z.blogspot.com/2008/04/po-default-buyer-after-autocreate.html
Posted by
Stanley Kuan
at
Wednesday, November 19, 2008
0
comments
Labels: [PO]
Tuesday, November 18, 2008
[PO] Returns
Accounting Entries for Returns transaction.
Return to Receiving - Reversal of "Deliver" double entries.
Dr Clearing Account
Cr Charge Account
Return to Supplier - Reversal of "Receive" double entries.
Dr Accrual Account
Cr Clearing Account
Note that the Destination Type for Return to Receiving is "Expense" as it was from "Expense". Destination Type for Return to Supplier is "Receiving" as it came from "Receiving". But if these 2 transactions were performed separately, both transactions show
"Receiving". Not logical, right?
Related Topic:
http://oraclea2z.blogspot.com/2008/09/po-2-legs-entries-in-receiving.html
Posted by
Stanley Kuan
at
Tuesday, November 18, 2008
0
comments
Labels: [PO]
Monday, November 17, 2008
[SYS] To View Concurrent Requests From Backend Tables
SELECT REQUEST_ID,
REQUEST_DATE,
PHASE_CODE,
STATUS_CODE,ARGUMENT_TEXT
FROM apps.fnd_concurrent_requests WHERE concurrent_program_id=
ORDER BY request_date DESC
Thanks for Dennis's contribution.
Posted by
Stanley Kuan
at
Monday, November 17, 2008
0
comments
Labels: [SYS]
Tuesday, November 11, 2008
[SYS] Vendor Contacts
Posted by
Stanley Kuan
at
Tuesday, November 11, 2008
0
comments
Labels: [SYS]
Friday, November 7, 2008
[WF] [WFMLR_DOCUMENT_ERROR]' encountered during execution of Generate function 'WF_XML.Generate' for event 'oracle.apps.wf.notification.send'.
Posted by
Stanley Kuan
at
Friday, November 07, 2008
0
comments
Labels: [WF]
Wednesday, October 29, 2008
[INV] Manufacturers' Part Number
Define New Manufacturer
Items -> Manufacturers' Part Numbers -> By Manufacturers
Assign Manufacturer Part Number
Items -> Manufacturers' Part Numbers -> By Items
System does not allow duplicate Manufacturer Name defined, it is controlled at form level. Manufacturer Part Numbers are defined in Master level, it does not link to the Inventory Child organization.
Table: APPS.MTL_MANUFACTURERS, APPS.MTL_MFG_PART_NUMBERS_ALL_V
Some Constraints:
- For the same Manufacturer and Item, we cannot define same Manufacturer Part again. But if the same Manufacturer Part was defined for another Manufacturer for the same Item, it allows. E.g.
Manufacturer Part Item
A P1 I1
A P1 I1 => NOT ALLOWED
B P1 I1 => ALLOWED
- Manufacturer Name (30 chr) does not link to Vendor Name (240 chr).
Posted by
Stanley Kuan
at
Wednesday, October 29, 2008
0
comments
Labels: [INV]
Thursday, October 23, 2008
[MRP] Planning Active
Excerpt from Oarcle Online Help for Define Sourcing Rules:
7. Enter an allocation percentage for each shipping organization. Allocation percentage includes the number of planned orders issued to the part for the entire the planning horizon. Your total allocation may not exceed 100.
If the allocation percentage for all the shipping organizations included within a range of effectivity dates equals 100, Planning Active is checked. If the sourcing rule is not planning active, the planning process will not use the rule to assign planned orders.
Note: You cannot set the allocation percentage to less than or greater than 100 for sourcing rules that are already assigned in assignment sets.
The Planning Active field is not editable by design. FYI, I tested the last note "Note: You cannot set...", it is not true.
Posted by
Stanley Kuan
at
Thursday, October 23, 2008
0
comments
Labels: [MRP]
Friday, October 17, 2008
[INV] Locator Control in Subinventories is Disabled
Locator Control in Subinventories form is disabled. However, selection still can be done, any change of value will prompts "FRM-40200: Field is protected against update".
To enable that, we need to set the Organization Parameters, Inventory Information to have Locator Control equals "Determined at Subinventory level".
Posted by
Stanley Kuan
at
Friday, October 17, 2008
0
comments
Labels: [INV]
Wednesday, October 15, 2008
[PO] Auto Create Purchase Order
Question: How to do set up for automatic creation of PO from approved purchase requisition. I don't want to do through Autocreate option.
Answer: You can trigger workflow PO_AUTOCREATE_DOC.start_WF_process to create PO from your approved PR. If you want this to happen immediately after PR got approved, modify the PO Requisition Approval workflow. Go to Main Requisition Approval process (Internal Name: MAIN_REQAPPRV_PROCESS), add a function at the end of the workflow.
Posted by
Stanley Kuan
at
Wednesday, October 15, 2008
0
comments
Labels: [PO]
Friday, October 10, 2008
[PO] Zero in Price
Does system allow to have "0"(zero) in item price? Ans: Yes
Posted by
Stanley Kuan
at
Friday, October 10, 2008
0
comments
Labels: [PO]
[PO] Adding PR to Existing PO Line with Different Price
New price will not take effect if you add in to existing PO line.
Posted by
Stanley Kuan
at
Friday, October 10, 2008
0
comments
Labels: [PO]
Friday, September 26, 2008
[SYS] Build Concurrent Request Queue View
This program will be submitted automatically (under Standard Manager) after your assign new rule to the concurrent manager.
Navigate Concurrent -> Manager -> Define, click Specialization Rules button.
Posted by
Stanley Kuan
at
Friday, September 26, 2008
0
comments
Labels: [SYS]
Tuesday, September 23, 2008
[QUALITY] To Enter Colletion Plan Info During Inspection (Receiving Transaction)
At Receiving Transactions form, click "Inspect" button. The next form should display the columns defined in the Collection Plan.
To setup this:
- Define a collection plan with Transaction Description as Inspection Transactions (Oracle -Purchasing).
- Set the profile option QA:PO Inspection to from Oracle Purchasing to Oracle Quality at site level.
Refer to Metalink Note: 317542.1 for more details.
Posted by
Stanley Kuan
at
Tuesday, September 23, 2008
0
comments
Labels: [QUALITY]
Monday, September 22, 2008
[PO] Change Receiving Control in Purchase Order, Need Reapproval? Generate New Revision?
Ans: No
Posted by
Stanley Kuan
at
Monday, September 22, 2008
0
comments
Labels: [PO]
[SYS] Sales Order and Move Order Approval
Hi Stanley,Please throw me some idea on how to do set for 1) Sales Order approval and 2) Move Order Approval.Regards,Saravanan.
Quick Tips:
- Sales Order approval, setup in transaction type.
- Move Order approval, Planner at Item form is the default approval. Need to enable a profile before you use.
Posted by
Stanley Kuan
at
Monday, September 22, 2008
2
comments
Labels: [SYS]
Thursday, September 18, 2008
[PO] "2 Legs" Entries in Receiving Transactions
For Direct Delivery routing, only 2 transaction types: Receive, Deliver
Double Entries for Receive:
Dr Clearing Account (defaulted from Receiving Option)
Cr Accrual Account (defaulted from Purchasing Option)
Double Entries for Deliver:
Dr Charge Account (Inventory or Expense accounts)
Cr Clearing Account
Posted by
Stanley Kuan
at
Thursday, September 18, 2008
1 comments
Labels: [PO]
[PO] View Accounting
How to view accounting entries for a standard receiving transactions?
Ans: Go to Receiving Transactions Summary in Purchasing responsibility (Receiving -> Receiving Transactions Summary). Query records by Transactions. For Direct Delivery routing, only 2 transaction types: Receive, Deliver.
Click on any line, go Tools -> View Accounting
Posted by
Stanley Kuan
at
Thursday, September 18, 2008
0
comments
Labels: [PO]

