General Ledger - EBS (MOSC)

MOSC Banner

general Ledger - created by

edited Nov 1, 2019 6:54AM in General Ledger - EBS (MOSC) 7 commentsAnswered ✓

Dear All,

im trying to update the oracle  report   'General Ledger - (132 Char)' but i want to add one field " created by "

can you please help

i used select user_name  into created_user from fnd_user   where user_id = :created_by; where created by is from this query :

SELECT

        nvl(src.user_je_source_name, '**************')  SOURCE,

        nvl(cat.user_je_category_name, '**************')  CATEGORY,

        jeh.name NAME,

        jel.code_combination_id CCID,

        jel.period_name PERIOD_NAME,

        jel.effective_date EFFECTIVE_DATE,

        jel.description DESCRIPTION,

        seq.name SEQUENCE_NAME,

        jeh.doc_sequence_value DOCUMENT_NUMBER,

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