DBA Data[Home] [Help]

APPS.PAY_NL_PAYFILE dependencies on HR_ORGANIZATION_INFORMATION

Line 44: hr_organization_information hoi

40: --
41: cursor csr_org_count (p_org_id pay_personal_payment_methods_f.payee_id%TYPE) is
42: select count(*) from
43: hr_All_organization_units hou,
44: hr_organization_information hoi
45: where hou.organization_id = p_org_id
46: and hoi.organization_id = hou.organization_id
47: and hoi.org_information_context = 'CLASS'
48: and hoi.org_information1 = 'NL_PAYEE_OVERRIDE'