General Ledger - EBS (MOSC)

MOSC Banner

Enable Journal Category in Journal Enter Form after Saving

edited Aug 14, 2018 5:06AM in General Ledger - EBS (MOSC) 2 commentsAnswered

I want to enable journal category in Journal Enter Form.So I create form personalization like this..

Navigate to Payables >General Ledger Super User->Journal->Enter
Help > Diagnostics > Custom Code > Personalize

Seq: 10
Description: Enable Journal Category

Condition:
=========
Trigger Event : WHEN-NEW-ITEM-INSTANCE
Trigger Object : HEADER.USER_JE_CATEGORY_NAME
Condition : :FOLDER.SHOW_BATCH_STATUS = 'Unposted' and :FOLDER.SHOW_APPROVAL_STATUS = 'Required' and :HEADER.USER_JE_SOURCE_NAME in ('AutoCopy','Manual','Spreadsheet')
Processing Mode : Not In Enter-Query Mode


Actions (Tab)
=======
Seq : 10
Type :Property
Language : All
Enabled : Checked

Object Type : Item
Target Object: HEADER.USER_JE_CATEGORY_NAME
Property Name :UPDATE_ALLOWED
Value:TRUE

Tagged:

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