DBA Data[Home] [Help]

APPS.HR_H2PI_DOWNLOAD dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 143: FROM fnd_descr_flex_column_usages

139:
140: CURSOR csr_flex_cols(p_context VARCHAR2) IS
141: SELECT column_seq_num,
142: application_column_name col_name
143: FROM fnd_descr_flex_column_usages
144: WHERE application_id = 800
145: AND descriptive_flex_context_code = p_context
146: ORDER BY column_seq_num;
147: