DBA Data[Home] [Help]

APPS.GHR_CREATE_PTNL_LIFE_EVENTS dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 21: l_prior_work_schedule per_assignment_extra_info.aei_information7%type;

17: l_ovn number;
18: l_business_group_id number;
19: l_ler_id number;
20: l_ptnl_le_exists varchar2(1) := 'N';
21: l_prior_work_schedule per_assignment_extra_info.aei_information7%type;
22: l_asg_ei_data per_assignment_extra_info%rowtype;
23: l_session ghr_history_api.g_session_var_type;
24: l_proc varchar2(75) := 'create_ptnl_ler_for_per';
25: l_assignment_id per_all_assignments_f.assignment_id%type;

Line 22: l_asg_ei_data per_assignment_extra_info%rowtype;

18: l_business_group_id number;
19: l_ler_id number;
20: l_ptnl_le_exists varchar2(1) := 'N';
21: l_prior_work_schedule per_assignment_extra_info.aei_information7%type;
22: l_asg_ei_data per_assignment_extra_info%rowtype;
23: l_session ghr_history_api.g_session_var_type;
24: l_proc varchar2(75) := 'create_ptnl_ler_for_per';
25: l_assignment_id per_all_assignments_f.assignment_id%type;
26: l_hire Boolean;