EBS Customizations (MOSC)

MOSC Banner

Code for Dynamically Fetching Item Attribute Information

edited Apr 5, 2018 5:03AM in EBS Customizations (MOSC) 4 commentsAnswered

Have one Requirement of Fetching Item Attribute Information from MTL_SYSTEM_ITEMS_B and concatenating them .

- Lookup WIll have lookup code as Attribute1,Attribute2,Attribute3 ..Attribute15 

- DFF Attribute Information is stored in MTL_SYSTEM_ITEMS_B.

- Not all the Attributes will be enabled in Lookup (Enabled_Flag = N) and have values.

- Only Not Null Attribute Columns should be concatenated.

Here is the Sample

Attribute3 -> Serial Number :'Y'

Attribute5 -> Released Flag :'N'

End Result should Serial Number : 'Y'| Released Flag :'N'

With Dynamic SQL (Execute Immediate its easy).But its Strict 'NO' from client standards.

Ref Cursor will help this issue?

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