Thursday, 3 July 2014

Define Subinventory


Define Subinventory:
Subinventories are unique physical or logical separations of material inventory, such as raw inventory, 
finished goods, or defective material. All material within an organization is held in a subinventory therefore, 
you must define at least one subinventory.

Navigation : Inventory Responsini

No comments:

Post a Comment

Script to update salespersons customer site wise in oracle apps R12

SELECT * FROM HZ_PARTIES WHERE PARTY_NAME LIKE 'DEENA VISION%'; SELECT * FROM HZ_CUST_ACCOUNTS_ALL WHERE PARTY_ID =94043 ; SE...