DBA Data[Home] [Help]

APPS.PQP_GB_PSI_ALLOWANCE_HISTORY dependencies on PER_BUSINESS_GROUPS

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

20: g_current_layout varchar2(20) := NULL;
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';
25:
26: g_notional_rate NUMBER;
27: g_allowance_actual_pay NUMBER;
28: g_allowance_code VARCHAR2(10);