DBA Data[Home] [Help]

APPS.WIP_EAM_WORKREQUEST_PVT dependencies on FND_DESCRIPTIVE_FLEXS_VL

Line 540: flexfield_name IN fnd_descriptive_flexs_vl.descriptive_flexfield_name%TYPE,

536:
537: -- To find the DFF attribute's user defined prompt name.
538: FUNCTION dff_prompt_name (
539: appl_short_name IN fnd_application.application_short_name%TYPE,
540: flexfield_name IN fnd_descriptive_flexs_vl.descriptive_flexfield_name%TYPE,
541: attribute_name IN fnd_descr_flex_col_usage_vl.end_user_column_name%TYPE ,
542: attribute_category IN fnd_descr_flex_contexts.descriptive_flex_context_code%TYPE := 'Global Data Elements')
543: RETURN fnd_descr_flex_col_usage_vl.form_above_prompt%TYPE IS
544: