DBA Data[Home] [Help]

APPS.GMD_API_GRP dependencies on FND_FLEX_APIS

Line 199: fnd_flex_apis.descr_setup_or_required (

195: END IF;
196:
197: IF pkg_flex_field_name <> p_flex_field_name THEN
198: /* Now let us set the global flag for checking the flex field */
199: fnd_flex_apis.descr_setup_or_required (
200: x_application_id => pkg_application_id
201: ,x_desc_flex_name => p_flex_field_name
202: ,enabled_flag => pkg_flex_enabled
203: ,required_flag => l_required_flag);