DBA Data[Home] [Help]

APPS.HR_APPRAISALS_API dependencies on HR_UTIL_MISC_SS

Line 916: hr_util_misc_ss.check_ota_installed(810, l_ota_installed);

912: end if;
913:
914: -- in case of appraisal delete or reject we are going to change the
915: -- Learning Path Status to Cancelled.
916: hr_util_misc_ss.check_ota_installed(810, l_ota_installed);
917: if(l_ota_installed = 'Y') then
918: update_learning_path(p_appraisal_id, p_appraisal_system_status);
919: end if;
920: --

Line 1367: hr_util_misc_ss.check_ota_installed(810, l_ota_installed);

1363:
1364: --
1365: -- in case of appraisal delete or reject we are going to change the
1366: -- Learning Path Status to Cancelled.
1367: hr_util_misc_ss.check_ota_installed(810, l_ota_installed);
1368: if(l_ota_installed = 'Y') then
1369: update_learning_path(p_appraisal_id, 'DELETED');
1370: end if;
1371: