DBA Data[Home] [Help]

APPS.PQP_GB_PSI_WPS_HISTORY dependencies on BEN_EXT_PERSON

Line 20: g_prev_event_dtl_rec ben_ext_person.t_detailed_output_tab_rec;

16: g_person_dtl per_all_people_f%rowtype;
17: g_assignment_dtl per_all_assignments_f%rowtype;
18: g_altkey VARCHAR2(12):= NULL;
19: g_current_run varchar2(20) := NULL;
20: g_prev_event_dtl_rec ben_ext_person.t_detailed_output_tab_rec;
21: g_notional_pay NUMBER; -- used while calculating actual pay
22: g_effective_date DATE;-- for cutover run this will be the cutover date
23: g_extract_type VARCHAR2(100);
24: g_legislation_code per_business_groups.legislation_code%TYPE := 'GB';

Line 33: g_pay_proc_evt_tab ben_ext_person.t_detailed_output_table;

29: g_pension_scheme_name VARCHAR2(50);
30:
31:
32: -- for include_events
33: g_pay_proc_evt_tab ben_ext_person.t_detailed_output_table;
34:
35: -- globals set by set_shared_globals
36: g_paypoint VARCHAR2(5) := NULL;
37: g_cutover_date DATE;