INVIDITM: Shippable Flag Is Shown as Yes in Form But Table Shows Value as N
(Doc ID 736557.1)
Last updated on NOVEMBER 01, 2021
Applies to:
Oracle Item Master - Version 11.5.10.0 to 11.5.10.0 [Release 11.5]Information in this document applies to any platform.
Item Master - Version: 11.5.10 to 11.5.10
Symptoms
On 11.5.10.2 in Production:
Find in Master Items form (INVIDITM), when selecting the attributes for a certain organization on certain items the shippable flag is checked when the value on table MTL_SYSTEM_ITEMS_B.SHIPPABLE_FLAG is equal to N
NOTE: For the problematic items/orgs the Internal Ordered flag is equal to yes.
EXPECTED BEHAVIOR
Expect the same value on forms and table
STEPS
The issue can be reproduced at will with the following steps:
1. Inventory Responsibility => Items/Master Items
2. Query item
3. Go to Organization Assignment window and select org attributes for the problematic org
4. Go to Order Management tab and check shippable attribute, it's checked
5. Run the query:
SELECT MSI.INVENTORY_ITEM_ID,
MSI.SEGMENT1,
MSI.ORGANIZATION_ID,
MP.ORGANIZATION_CODE,
MSI.SHIPPABLE_item_FLAG
FROM MTL_SYSTEM_ITEMS_B MSI,
MTL_PARAMETERS MP
WHERE MSI.ORGANIZATION_ID = MP.ORGANIZATION_ID
AND MSI.SEGMENT1 = '&Item_Number'
AND MP.ORGANIZATION_CODE = '&Org_Code'
The result differs from the form value
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |