DBA Data[Home] [Help]

APPS.PAY_GB_ENROLL_INFO_GENE dependencies on HR_ORGANIZATION_INFORMATION

Line 68: , hr_organization_information hoi

64: SELECT trim (org_information3) employer
65: , ppf.period_type period
66: FROM pay_payrolls_f ppf
67: , hr_soft_coding_keyflex hscf
68: , hr_organization_information hoi
69: WHERE ppf.payroll_id = p_payroll
70: AND ppf.business_group_id = hoi.organization_id
71: AND hoi.org_information_context = 'Tax Details References'
72: AND nvl (hoi.org_information10, 'UK') = 'UK'