DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on FND_DESCRIPTIVE_FLEXS

Line 538: from fnd_descriptive_flexs

534: --
535: l_col_name VARCHAR2(200);
536: cursor get_flex_def is
537: select default_context_field_name
538: from fnd_descriptive_flexs
539: where application_id = 800 -- bug 5469726
540: and descriptive_flexfield_name = 'PER_ASSIGNMENTS';
541: --
542: -- #2264569

Line 2635: from fnd_descriptive_flexs

2631: --
2632: l_col_name VARCHAR2(200);
2633: cursor get_flex_def is
2634: select default_context_field_name
2635: from fnd_descriptive_flexs
2636: where application_id = 800 -- bug 5469726
2637: and descriptive_flexfield_name = 'PER_ASSIGNMENTS';
2638: --
2639: -- VT 06/14/00