DBA Data[Home] [Help]

APPS.HXT_BATCH_PROCESS dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 110: fnd_descr_flex_column_usages fdfcu

106: TO_NuMBER(REPLACE(fdfcu.application_column_name,'ATTRIBUTE')) otl_sequence,
107: iv.display_sequence
108: from pay_input_values_f iv,
109: pay_input_values_f_tl ivtl,
110: fnd_descr_flex_column_usages fdfcu
111: where p_effective_date between iv.effective_start_date
112: and iv.effective_end_date
113: and iv.element_type_id = p_element_type_id
114: and ivtl.INPUT_VALUE_ID = iv.INPUT_VALUE_ID