DBA Data[Home] [Help]

APPS.GHR_SS_VIEWS_PKG dependencies on DUAL

Line 526: select nvl(substr((select ghr_ss_views_pkg.get_people_ei_id_ason_date(p_person_id,p_information_type,p_effective_date) from dual), 0, 10),-1)

522:
523: begin
524: l_proc := g_package||'get_history_id';
525: if (p_assignment_type = 'E' or p_assignment_type = 'C') then
526: select nvl(substr((select ghr_ss_views_pkg.get_people_ei_id_ason_date(p_person_id,p_information_type,p_effective_date) from dual), 0, 10),-1)
527: into l_history_id
528: from dual;
529: end if;
530: return (l_history_id);

Line 528: from dual;

524: l_proc := g_package||'get_history_id';
525: if (p_assignment_type = 'E' or p_assignment_type = 'C') then
526: select nvl(substr((select ghr_ss_views_pkg.get_people_ei_id_ason_date(p_person_id,p_information_type,p_effective_date) from dual), 0, 10),-1)
527: into l_history_id
528: from dual;
529: end if;
530: return (l_history_id);
531: end get_history_id;
532: