DBA Data[Home] [Help]

APPS.FND_RESP_FUNCTIONS_PKG dependencies on FND_FORM_FUNCTIONS_VL

Line 189: from fnd_form_functions_vl

185: and application_id = app_id;
186:
187: if X_RULE_TYPE in ('F', 'W') then
188: select function_id into act_id
189: from fnd_form_functions_vl
190: where function_name = X_ACTION;
191: elsif X_RULE_TYPE = 'M' then
192: select menu_id into act_id
193: from fnd_menus_vl