DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on FND_DESCR_FLEX_CONTEXTS

Line 663: fnd_descr_flex_contexts fdfc

659: --
660: cursor get_application_column_name is
661: select application_column_name
662: from fnd_descr_flex_column_usages fdfcu,
663: fnd_descr_flex_contexts fdfc
664: where fdfcu.descriptive_flexfield_name = 'PER_ASSIGNMENTS'
665: and fdfcu.descriptive_flexfield_name = fdfc.descriptive_flexfield_name
666: and fdfcu.descriptive_flex_context_code = fdfc.descriptive_flex_context_code
667: and fdfcu.application_id = fdfc.application_id --- bug 5469726