DBA Data[Home] [Help]

APPS.PAY_EOSURVEY_PKG dependencies on DUAL

Line 1862: from dual ;

1858: 'Hispanic or Latino (White race only)','7',
1859: 'Hispanic or Latino (all other races)','8',
1860: null,'0')
1861: into ethnic_group_code
1862: from dual ;
1863: hr_utility.trace('ethnic_group_code = '||ethnic_group_code);
1864: hr_utility.trace('===============================END minority==================================');
1865: end minority;
1866: