DBA Data[Home] [Help]

APPS.GHR_SS_VIEWS_PKG dependencies on GHR_SS_VIEWS_PKG

Line 1: PACKAGE BODY ghr_ss_views_pkg AS

1: PACKAGE BODY ghr_ss_views_pkg AS
2: /* $Header: ghssview.pkb 120.15.12020000.2 2012/09/05 10:58:08 vmididho ship $ */
3: --
4: -- This is global variable to store flex number for performance SIT .
5: -- This variable is used as cache.

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 813: ghr_ss_views_pkg.get_assignment_end_date(p_person_id),

809: -- fetch the total pay of the employee
810: ghr_per_sum.get_element_details(p_ele_name,
811: p_input_name,
812: l_asg_id,
813: ghr_ss_views_pkg.get_assignment_end_date(p_person_id),
814: l_screen_entry_value,
815: l_effective_start_date,
816: P_BUSINESS_GROUP_ID
817: );

Line 888: END ghr_ss_views_pkg;

884:
885: End get_elmt_curr_code_ason_dt;
886: --End Bug 10174467
887:
888: END ghr_ss_views_pkg;