DBA Data[Home] [Help]

APPS.HXC_TIMESTORE_DEPOSIT_UTIL dependencies on FND_DESCR_FLEX_CONTEXTS

Line 1676: from fnd_descr_flex_contexts

1672: l_dummy VARCHAR2(10);
1673:
1674: BEGIN
1675: select 'Y' into l_dummy
1676: from fnd_descr_flex_contexts
1677: where application_id = 809
1678: and descriptive_flexfield_name = 'OTC Information Types'
1679: and enabled_flag = 'Y'
1680: and descriptive_flex_context_code like p_context_prefix||'%GLOBAL%';