DBA Data[Home] [Help]

APPS.GHR_MSL_PKG dependencies on GHR_MASS_SALARY_CRITERIA_EXT

Line 27: percent ghr_mass_salary_criteria_ext.increase_percent%type,

23: TYPE pay_plan_prd_per_gr IS RECORD
24: (
25: pay_plan ghr_mass_salary_criteria.pay_plan%type,
26: prd ghr_mass_salary_criteria.pay_rate_determinant%type,
27: percent ghr_mass_salary_criteria_ext.increase_percent%type,
28: grade ghr_mass_salary_criteria_ext.grade%type
29: );
30:
31: TYPE pp_prd_per_gr IS TABLE OF pay_plan_prd_per_gr INDEX BY BINARY_INTEGER;

Line 28: grade ghr_mass_salary_criteria_ext.grade%type

24: (
25: pay_plan ghr_mass_salary_criteria.pay_plan%type,
26: prd ghr_mass_salary_criteria.pay_rate_determinant%type,
27: percent ghr_mass_salary_criteria_ext.increase_percent%type,
28: grade ghr_mass_salary_criteria_ext.grade%type
29: );
30:
31: TYPE pp_prd_per_gr IS TABLE OF pay_plan_prd_per_gr INDEX BY BINARY_INTEGER;
32: