APP-FND-01436: List of Values cannot find any values for you to chooseHi
Hi All,
Developed a custom oracle form and implemented a kff of stock loctor for one of the parameter to the form ,inorder to get the same look and feel of the standard oracle stocklocator form the below logic was applied on the in the WHEN-NEW-FORM-INSTANCE
FND_KEY_FLEX.DEFINE(
block => 'OE_ORDER_HEADERS_ALL',
Field => 'LOCATOR',
Description => '',
ID => 'HIDDENFIELD',
Appl_short_name => 'INV',
Code => 'MTLL',
Num => '101'
);
and called fnd_org.choose_org; command in pre form to invoke the organization selection form when the custom form is launched.
But receiving error the message 'APP-FND-01436: List of Values cannot find any values for you to choose' when combination button is clicked and searched for the data with % symbol.