DBA Data[Home] [Help]

APPS.HXC_OTL_INFO_TYPE_HELPER dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 28: from fnd_descr_flex_contexts_vl

24:
25: cursor get_max_sequence is
26: select max(to_number(substrb(descriptive_flex_context_code,
27: instr(descriptive_flex_context_code,'-')+2)))
28: from fnd_descr_flex_contexts_vl
29: where descriptive_flexfield_name = 'OTC Information Types'
30: and application_id = 809
31: and substrb(descriptive_flex_context_code,0,
32: instr(descriptive_flex_context_code,'-')-2)