DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 685: from fnd_descr_flex_column_usages fdfcu,

681: -- Cursor to fetch record from per_assignments_f
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