Technology Stack - EBS (MOSC)

MOSC Banner

Re: Make a DFF Read Only

edited Aug 20, 2021 10:52AM in Technology Stack - EBS (MOSC) 1 comment

Hi,

Please review the following Note :

How To Make a Flexfield Segment As Read Only Or Restrict With Pre-Defined Value? (Doc ID 420527.1)

The note describes the workaround to implement the following:

  1. To make a Flexfield Segment as read only.

  2. To populate a Flexfield Segment with some pre-defined value dynamically at runtime business logic.

  3. To restrict users from entry in a particular segment of a Flexfield.

1. Create a table with two columns and will always hold a single row.

   Ex:
      Create Table Flex_Test(
                           Doc_No Number(20),
                           Cheque_No Number(16));

2. Open the Form having the Flexfield structure.
3. Find a suitable custom event / trigger in the form to fire the personalization rule.

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