Receivables - EBS (MOSC)

MOSC Banner

Value Set for latest 13 AR periods with statuses C,F and O Order by period year

edited Apr 14, 2018 5:00AM in Receivables - EBS (MOSC) 2 commentsAnswered

Hi All,

Table Name :-  (select * from gl_period_statuses where set_of_books_id=1 and application_id=222 and period_name not like 'ADJ%'  order by period_year desc, period_num desc) a

Value :             a.PERIOD_NAME

Where/Order By :   a.closing_status in ('C','F','O') and rownum<13 order by a.period_year desc, a.period_num desc

is compiling But when we open in front end I am encountering an error

Please help.Do we have any Seeded Value Set or what mistake I am doing.

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