DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 662: from fnd_descr_flex_column_usages fdfcu,

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