DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on HR_ORGANIZATION_INFORMATION

Line 1029: from hr_organization_information hoi

1025:
1026: cursor c_org_pref(cp_organization_id in number
1027: ,cp_org_information_context in varchar2) is
1028: select org_information1
1029: from hr_organization_information hoi
1030: where organization_id = cp_organization_id
1031: and org_information_context = cp_org_information_context;
1032:
1033: BEGIN