Applies to:
Oracle Inventory Management - Version: 11.5.9 to 12.0.0 - Release: 11.5 to 12.2
Information in this document applies to any platform.
FORM:INVTOMAI.FMB - Response Center
Symptoms
In the Move Orders form (INVTOMAI), when using the Find function, the Created By field cannot be
changed. For this reason, move orders from other users cannot be queried.
Cause
The security function INV_INVTOMAI_CREATOR is not enabled in the menu being used. The form INVTOMAI.fmb within the Package TOMAI_MENU and PROCEDURE CREATED_BY_CHECK checks for the function INV_INVTOMAI_CREATOR. If it is not enabled for the user, the Created By field is not updatable.
Solution
To implement the solution, execute the following steps to enable the INV_INVTOMAI_CREATOR function:
A. Define the INV_INVTOMAI_CREATOR function if is does not already exist:
1.Navigate: System Administrator > Application > Function
2.Enter Function Name: INV_INVTOMAI_CREATOR
3.Enter User Function Name: 'Move Orders Creator'
4.Under the Properties tab, enter Type: Subfunction
5.Enter Maintenance Mode support: None
6.Enter Context Dependence: Responsibility
7.Save
B. Assign the function to the Menu you are using:
1.Navigate System Administrator > Application > Menu
2.Query for menu 'INV_MOVE_ORDER'
3.Add a new line to the menu:
Prompt: 'Move Order Creator'
Function: select 'Move Orders Creator' from the LOV
Description: 'Move Orders Creator'
4.Save
The Created By field in the Move Order find form should now be enabled and modifiable. You may need to sign out and back in for the change to take affect.
创建者 栏 可以输入了。