DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on FND_DESCRIPTIVE_FLEXS

Line 561: from fnd_descriptive_flexs

557: --
558: l_col_name VARCHAR2(200);
559: cursor get_flex_def is
560: select default_context_field_name
561: from fnd_descriptive_flexs
562: where application_id = 800 -- bug 5469726
563: and descriptive_flexfield_name = 'PER_ASSIGNMENTS';
564: --
565: -- #2264569

Line 2739: from fnd_descriptive_flexs

2735: --
2736: l_col_name VARCHAR2(200);
2737: cursor get_flex_def is
2738: select default_context_field_name
2739: from fnd_descriptive_flexs
2740: where application_id = 800 -- bug 5469726
2741: and descriptive_flexfield_name = 'PER_ASSIGNMENTS';
2742: --
2743: -- VT 06/14/00