DBA Data[Home] [Help]

APPS.WIP_EAM_WORKREQUEST_PVT dependencies on FND_DESCRIPTIVE_FLEXS_VL

Line 552: flexfield_name IN fnd_descriptive_flexs_vl.descriptive_flexfield_name%TYPE,

548:
549: -- To find the DFF attribute's user defined prompt name.
550: FUNCTION dff_prompt_name (
551: appl_short_name IN fnd_application.application_short_name%TYPE,
552: flexfield_name IN fnd_descriptive_flexs_vl.descriptive_flexfield_name%TYPE,
553: attribute_name IN fnd_descr_flex_col_usage_vl.end_user_column_name%TYPE ,
554: attribute_category IN fnd_descr_flex_contexts.descriptive_flex_context_code%TYPE := 'Global Data Elements')
555: RETURN fnd_descr_flex_col_usage_vl.form_above_prompt%TYPE IS
556: