DBA Data[Home] [Help]

APPS.OKE_K_USER_ATTRIBUTES_PUB dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 62: FROM fnd_descr_flex_contexts_vl

58: CURSOR cur_desc_context
59: IS
60: SELECT descriptive_flex_context_code, descriptive_flex_context_name,
61: enabled_flag, global_flag -- Global_flag is not null
62: FROM fnd_descr_flex_contexts_vl
63: WHERE (application_id = 777)
64: AND (descriptive_flexfield_name LIKE 'OKE_K_USER_ATTRIBUTES')
65: AND enabled_flag = 'Y' --enabled_flag is not null
66: ORDER BY DECODE (global_flag, 'Y', 1, 2), descriptive_flex_context_code;