DBA Data[Home] [Help]

APPS.PAY_ARCHIVE_CHEQUEWRITER dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 253: FROM fnd_descr_flex_col_usage_vl

249: AS
250: CURSOR get_flex_segment(cp_flex_ctx_code IN VARCHAR2)
251: IS
252: SELECT end_user_column_name
253: FROM fnd_descr_flex_col_usage_vl
254: WHERE descriptive_flexfield_name like 'Action Information DF'
255: and descriptive_flex_context_code = cp_flex_ctx_code
256: AND enabled_flag = 'Y';
257: