Personalize Posting Batch Form (Oracle EBS General Ledger)
Oracle EBS 12.2.5; General Ledger Module
I would like to do form personalization on 'Post Journals' form to prevent journal batch can be posted by same created_by user (disable the 'Post' button). However I couldn't find 'Created_by' field when examine in 'Post Journals' form (only 'Last_Update_By'), meantime this is applicable in 'Enter Journals' form. Simply, I would like to add condition some thing like ::BATCHES.CREATED_BY = fnd_profile.value('user_id'). Could you advise any workaround how I can achieve this?
Thank you.