Enterprise Asset Management - EBS (MOSC)

MOSC Banner

query to add active flag of eam asset

Hello,

Looking for add active flag for the asset related to enterprise asset management

select
msn.serial_number asset_number,
msn.descriptive_text Asset_description,
msn.CONCATENATED_SEGMENTS Asset_Group,
msn.Area,
msn.OWNING_DEPARTMENT Department
,msn.INV_ORGANIZATION_CODE Owning_Organization,
msn.WIP_ACCOUNTING_CLASS_CODE Accounting_Class,
msn.ASSET_CRITICALITY,
msn.MAINTAINABLE_FLAG,
msn.instance_status
--msn.LINEAR_ASSET_FLAG
from mtl_eam_asset_numbers_all_v msn
where msn.current_organization_id in ('304','481','301','303','781','299','307')
--and msn.instance_status='CREATED'
AND msn.NETWORK_ASSET_FLAG='N'

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center