DBA Data[Home] [Help]

APPS.HR_KFLEX_UTILITY dependencies on FND_COLUMNS

Line 319: app_col_name fnd_columns.column_name%TYPE;

315: ) is
316: --
317: l_proc varchar2(72);
318: error_seg number;
319: app_col_name fnd_columns.column_name%TYPE;
320: l_flex_seg_error_prompt fnd_id_flex_segments_vl.form_left_prompt%type;
321: value VARCHAR2(2000); -- Note: PL/SQL value errors may occur if
322: -- we increase the db size of key flex
323: -- segments.

Line 560: app_col_name fnd_columns.column_name%TYPE;

556: l_concat_string varchar2(2000);
557: l_segment_value varchar2(2000);
558: l_first_seg boolean;
559: error_seg number;
560: app_col_name fnd_columns.column_name%TYPE;
561: l_flex_seg_error_prompt fnd_id_flex_segments_vl.form_left_prompt%type;
562: value VARCHAR2(2000); -- Note: PL/SQL value errors may occur if
563: -- we increase the db size of key flex
564: -- segments.