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 561: app_col_name fnd_columns.column_name%TYPE;

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