DBA Data[Home] [Help]

APPS.PER_JP_EMPDET_ARCHIVE_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 235: from hr_organization_information hoi

231: -- fetch only 1st record, so basically only 1 record is available for this.
232: cursor csr_ext_proc_name
233: is
234: select hoi.org_information4 proc_name
235: from hr_organization_information hoi
236: where hoi.organization_id = g_business_group_id
237: and hoi.org_information_context = 'JP_REPORTS_ADDITIONAL_INFO'
238: and hoi.org_information1 = 'JPEMPLDETAILSREPORT'
239: and hoi.org_information3 = 'ADDINFO'