DBA Data[Home] [Help]

APPS.SSP_SSP_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 3438: from hr_organization_information

3434: -- Returns the setting of the flag which notes the user's
3435: -- requirement for medical evidence
3436: cursor csr_user_requirement (c_business_id number) is
3437: select org_information1 EVIDENCE_REQUIRED
3438: from hr_organization_information
3439: where organization_id = c_business_id
3440: and org_information_context = 'Sickness Control Rules';
3441: --
3442: l_proc varchar2(72):= g_package||'check_evidence';