DBA Data[Home] [Help]

APPS.SSP_SSP_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 3552: from hr_organization_information

3548: -- Returns the setting of the flag which notes the user's
3549: -- requirement for medical evidence
3550: cursor csr_user_requirement (c_business_id number) is
3551: select org_information1 EVIDENCE_REQUIRED
3552: from hr_organization_information
3553: where organization_id = c_business_id
3554: and org_information_context = 'Sickness Control Rules';
3555: --
3556: l_proc varchar2(72):= g_package||'check_evidence';