DBA Data[Home] [Help]

APPS.WIP_EAM_WORKREQUEST_PVT dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 553: attribute_name IN fnd_descr_flex_col_usage_vl.end_user_column_name%TYPE ,

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:
557: flexfield fnd_dflex.dflex_r;

Line 555: RETURN fnd_descr_flex_col_usage_vl.form_above_prompt%TYPE IS

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:
557: flexfield fnd_dflex.dflex_r;
558: flexinfo fnd_dflex.dflex_dr;
559: context fnd_dflex.context_r;

Line 561: l_prompt fnd_descr_flex_col_usage_vl.form_above_prompt%TYPE;

557: flexfield fnd_dflex.dflex_r;
558: flexinfo fnd_dflex.dflex_dr;
559: context fnd_dflex.context_r;
560: segments fnd_dflex.segments_dr;
561: l_prompt fnd_descr_flex_col_usage_vl.form_above_prompt%TYPE;
562: l_i number;
563:
564: BEGIN
565:

Line 718: l_dffprompt fnd_descr_flex_col_usage_vl.form_above_prompt%TYPE;

714: l_old_maintenance_object_id NUMBER;
715: l_counter NUMBER;
716: l_extended_log_flag VARCHAR2(1);
717: l_work_request_auto_approve VARCHAR2(1);
718: l_dffprompt fnd_descr_flex_col_usage_vl.form_above_prompt%TYPE;
719: l_stmt_num NUMBER;
720: l_results_out VARCHAR2(200);
721: l_error_message VARCHAR2(200);
722: WF_ERROR EXCEPTION;