DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on FND_DESCR_FLEX_CONTEXTS

Line 686: fnd_descr_flex_contexts fdfc

682: --
683: cursor get_application_column_name is
684: select application_column_name
685: from fnd_descr_flex_column_usages fdfcu,
686: fnd_descr_flex_contexts fdfc
687: where fdfcu.descriptive_flexfield_name = 'PER_ASSIGNMENTS'
688: and fdfcu.descriptive_flexfield_name = fdfc.descriptive_flexfield_name
689: and fdfcu.descriptive_flex_context_code = fdfc.descriptive_flex_context_code
690: and fdfcu.application_id = fdfc.application_id --- bug 5469726