1.

How Will You Add A New Column To A List Of Values ( Lov ) In Oracle Applications Framework? Can This Be Done Without Customization?

Answer»

Yes, this can be done without customization, i.e. by using OA Framework Extension coupled with PERSONALIZATION.

Implement the FOLLOWING Steps :-

  1. Extend the VO ( View OBJECT ), to implement the new SQL required to support the LOV.
  2. Substitute the base VO, by using jpximport [ similar to as explained in LINK ]
  3. Personalize the LOV REGION, by clicking on Add New ITEM. While adding the new Item, you will cross reference the newly added column to VO.

Yes, this can be done without customization, i.e. by using OA Framework Extension coupled with Personalization.

Implement the following Steps :-



Discussion

No Comment Found