enabled flag
my question is how its possible that the enabled_flag='Y' while the status_code ='Inactive' ?
The issue found in our system is that the ‘enabled’ flag is set to Y while in all ORGs the item is inactive- it seems to be a BUG.
When I queried the egp_system_items_b table, I found a lot of records where enabled_flag='Y' while the status_code ='Inactive'
SELECT distinct
--ib.LAST_UPDATE_DATE
ib.inventory_item_id
-- ,ib.organization_id --Added by Ramesh T
,ib.item_number
,ib.inventory_item_status_code
,ib.enabled_flag
-- ,iop.ORGANIZATION_CODE
Tagged:
0