EBS Customizations (MOSC)

MOSC Banner

Need to create group by the value in the value set

edited Apr 26, 2018 5:01AM in EBS Customizations (MOSC) 2 commentsAnswered

Create table xx (ledger_name varchar2(20),Ledger_set varchar2(20);

insert into xx values('LS NUS','N US');

insert into xx values('RS NUS','N US');

insert into xx values('LS NUS','S US');

insert into xx values('RS NUS','S US');

I want to create a value set to show the ledger_name based on the ledger_set entered. But if the ledger_set is not entered then i want to show the distinct values in the ledger_name.

Thanks in Advance

Thanks,

Vedavrath

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