DBA Data[Home] [Help]

APPS.PQP_HRTCA_INTEGRATION dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 2337: FROM fnd_descr_flex_column_usages fcu,

2333: ,fvs.maximum_value
2334: ,fvs.minimum_value
2335: ,fvs.alphanumeric_allowed_flag
2336: ,fvs.validation_type
2337: FROM fnd_descr_flex_column_usages fcu,
2338: fnd_flex_value_sets fvs,
2339: fnd_flex_validation_tables fvt
2340: WHERE fcu.descriptive_flexfield_name = 'Address Structure'
2341: AND fcu.descriptive_flex_context_code = c_context_code

Line 3048: FROM fnd_descr_flex_column_usages fcu

3044: CURSOR csr_add_cols (c_context IN Varchar) IS
3045: SELECT fcu.column_seq_num
3046: ,fcu.application_column_name
3047: ,fcu.end_user_column_name
3048: FROM fnd_descr_flex_column_usages fcu
3049: WHERE fcu.descriptive_flexfield_name = 'Address Structure'
3050: AND fcu.descriptive_flex_context_code = c_context
3051: AND fcu.application_id = 800
3052: AND fcu.enabled_flag = 'Y'