DBA Data[Home] [Help]

APPS.WIP_EAM_WORKREQUEST_PVT dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 91: attribute_name IN fnd_descr_flex_col_usage_vl.end_user_column_name%TYPE ,

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:
95: PROCEDURE update_work_request (

Line 93: RETURN fnd_descr_flex_col_usage_vl.form_above_prompt%TYPE;

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:
95: PROCEDURE update_work_request (
96: p_api_version IN NUMBER,
97: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,