DBA Data[Home] [Help]

APPS.PAY_PPM_BUS dependencies on HR_ORGANIZATION_INFORMATION

Line 693: from hr_organization_information ori

689: -- Check that the organization is active and of type 'HR_PAYEE'
690: --
691: cursor csr_chk_organization_active is
692: select null
693: from hr_organization_information ori
694: where ori.organization_id = p_payee_id
695: and ori.org_information_context = 'CLASS'
696: and ori.org_information1 = 'HR_PAYEE'
697: and ori.org_information2 = 'Y';