Issue in Keyflex Lovs in custom webadi
Hi Team,
We have to develope a custom webadi with 3 keyflex lovs. The webadi is of procedure type.
If it is a single lov and the attribute names are like segment1,2,3,... it is working. If i keep the name other then segment1,2,3.. which is the column name defined in keyflex structure it is throwing null pointer exception.
To avoid this i have created another interface within the integrator with same column name segment1,2,3.. (different package and procedure) and created group.
When i tried to create document, excel is created but the first lov is mapped with second and first one is blank. I am using the OA FLEX component for component and oracle.apps.bne.integrator.validators.BneKFFValidator as validation entity.
We have to develope a custom webadi with 3 keyflex lovs. The webadi is of procedure type.
If it is a single lov and the attribute names are like segment1,2,3,... it is working. If i keep the name other then segment1,2,3.. which is the column name defined in keyflex structure it is throwing null pointer exception.
To avoid this i have created another interface within the integrator with same column name segment1,2,3.. (different package and procedure) and created group.
When i tried to create document, excel is created but the first lov is mapped with second and first one is blank. I am using the OA FLEX component for component and oracle.apps.bne.integrator.validators.BneKFFValidator as validation entity.
0