Oracle E-Business Suite Diagnostics::: In getValues function, Context is not fetching the value for
This is Palani from E-biz fiancials team.
I am working on the diagnostics files, the following are the 2 parameters in the XML file,
<inputParam name="vatRepEntId" dataType="BigDecimal" lovClass="oracle.apps.je.diagg.JeEMEAVATRepEntityIdLov" displayName="VAT Reporting Entity ID" nullAllowed="false">
<inputParam name="requestId" dataType="BigDecimal" lovClass="oracle.apps.je.diagg.JeEMEAVATSelRequestIdLov" displayName="EMEA VAT Selection Process - Request ID" nullAllowed="false">
Code snippets from JeEMEAVATRepEntityIdLov jave file ,
private static final String[] headers = new String[]{"VAT Reporting Entity Id", "Entity Identifier"};
public static final String VAT_REP_ENTITY_ID = "VAT Reporting Entity Id";
Code snippets from JeEMEAVATSelRequestIdLov java file,