DBA Data[Home] [Help]

APPS.WIP_EAM_WORKREQUEST_PVT dependencies on FND_DESCRIPTIVE_FLEXS_VL

Line 90: flexfield_name IN fnd_descriptive_flexs_vl.descriptive_flexfield_name%TYPE,

86: FUNCTION isdifferent_number(a NUMBER, b NUMBER) RETURN NUMBER;
87:
88: FUNCTION dff_prompt_name (
89: appl_short_name IN fnd_application.application_short_name%TYPE,
90: flexfield_name IN fnd_descriptive_flexs_vl.descriptive_flexfield_name%TYPE,
91: attribute_name IN fnd_descr_flex_col_usage_vl.end_user_column_name%TYPE ,
92: attribute_category IN fnd_descr_flex_contexts.descriptive_flex_context_code%TYPE := 'Global Data Elements')
93: RETURN fnd_descr_flex_col_usage_vl.form_above_prompt%TYPE;
94: