How will call a Key Flexfield Routine in Oracle Apps Forms
and what are the arguments to be passed to that routines ?
(He was asking me the Package name and Procedure)
FND_KEY_FLEX.DEFINE(
BLOCK=>'<your block name,
FIELD =>'<your field name>',
TITLE =>:<block name>Field_name,
NUM => <block name>.chart_of_account_id, ...);