DBA Data[Home] [Help]

APPS.HXT_BATCH_PROCESS dependencies on FND_DESCR_FLEX_CONTEXTS

Line 163: FROM fnd_descr_flex_contexts

159: -- Bug 14827900
160: -- Checks if the element is present in OTL Info Types DFF.
161: CURSOR get_oit_context(p_element_type_id IN NUMBER)
162: IS SELECT 1
163: FROM fnd_descr_flex_contexts
164: WHERE application_id = 809
165: AND descriptive_flexfield_name = 'OTC Information Types'
166: AND descriptive_flex_context_code = 'ELEMENT - '||TO_CHAR(p_element_type_id);
167: