DBA Data[Home] [Help]

APPS.PAYRPENP dependencies on HR_ORGANIZATION_INFORMATION

Line 48: hr_organization_information inf

44: select tax.name
45: from
46: hr_soft_coding_keyflex flx,
47: hr_organization_units tax,
48: hr_organization_information inf
49: where
50: tax.organization_id = inf.organization_id
51: and inf.org_information_context||'' = 'CLASS'
52: and inf.org_information1 = 'HR_LEGAL'

Line 93: hr_organization_information inf

89: select tax.organization_id
90: from
91: hr_soft_coding_keyflex flx,
92: hr_organization_units tax,
93: hr_organization_information inf
94: where
95: tax.organization_id = inf.organization_id
96: and inf.org_information_context||'' = 'CLASS'
97: and inf.org_information1 = 'HR_LEGAL'