DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on HR_LOOKUPS

Line 1511: from hr_lookups l1,

1507: --
1508: cursor c4 is
1509: select l1.meaning,
1510: l2.meaning
1511: from hr_lookups l1,
1512: hr_lookups l2
1513: where l1.lookup_type = 'YES_NO'
1514: and l2.lookup_type = 'YES_NO'
1515: and l1.lookup_code = 'Y'

Line 1512: hr_lookups l2

1508: cursor c4 is
1509: select l1.meaning,
1510: l2.meaning
1511: from hr_lookups l1,
1512: hr_lookups l2
1513: where l1.lookup_type = 'YES_NO'
1514: and l2.lookup_type = 'YES_NO'
1515: and l1.lookup_code = 'Y'
1516: and l2.lookup_code = 'N' ;