DBA Data[Home] [Help]

APPS.PQP_GB_PSI_SCH dependencies on PER_BUSINESS_GROUPS

Line 20: g_legislation_code per_business_groups.legislation_code%TYPE := 'GB';

16: g_pension_element_type_id NUMBER;
17: g_notional_pay NUMBER; -- used while calculating actual pay
18: g_effective_date DATE; -- for cutover run this will be the cutover date
19: g_extract_type VARCHAR2(100);
20: g_legislation_code per_business_groups.legislation_code%TYPE := 'GB';
21: g_pay_proc_evt_tab ben_ext_person.t_detailed_output_table;
22: g_is_terminated VARCHAR2(1) :='N';
23: g_paypoint VARCHAR2(5) := NULL;
24: g_cutover_date DATE;