DBA Data[Home] [Help]

APPS.PER_RU_ORG_INFO dependencies on HR_ORGANIZATION_INFORMATION

Line 83: from hr_organization_information

79: l_org_id number;
80: l_status NUMBER;
81: cursor csr_org_id is
82: select organization_id
83: from hr_organization_information
84: where org_information_id = p_org_information_id;
85: BEGIN
86: --
87: -- Added for GSI Bug 5472781