general Ledger - created by
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,