General Ledger - EBS (MOSC)

MOSC Banner

FSG Reports

edited May 1, 2013 2:47PM in General Ledger - EBS (MOSC) 2 commentsAnswered
I am trying to update the display flag so that some more entries show up in the amount_type list. They did get updated in table rg_report_standard_axes but wont show up in rg_report_standard_axes_vl. The view is just a select from rg_report_standard_axes table with display_in_standard_list_flag = 'Y'. Does anyone know why the display flag in view wont change from N to Y.

update rg_report_standard_axes
set display_in_standard_list_flag = 'Y'
where standard_axis_id in (12, 13, 16, 23, 24, 27, 28, 29, 500, 510);

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