DBA Data[Home] [Help]

APPS.GHR_MSL_PKG dependencies on GHR_MASS_SALARY_CRITERIA_EXT

Line 25: percent ghr_mass_salary_criteria_ext.increase_percent%type,

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

Line 26: grade ghr_mass_salary_criteria_ext.grade%type

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