DBA Data[Home] [Help]

APPS.GHR_PAY_CALC dependencies on STANDARD

Line 23: l_standard_table_name CONSTANT varchar2(80) := '0000 Oracle Federal Standard Pay Table (AL, ES, EX, GS, GG) No. 0000';

19: ---- Bug# 13103038 PRD2 Modification
20: prd2_process BOOLEAN;
21:
22: -- Global constants: (NB: Probably should have begun with with g - too late now as I assume people have used it!!1)
23: l_standard_table_name CONSTANT varchar2(80) := '0000 Oracle Federal Standard Pay Table (AL, ES, EX, GS, GG) No. 0000';
24:
25: --
26: -- This exception is used to indicate that we do not know how to calculate pay given the set of parameters
27: -- NOTE: It is not used if we should be able to calculate but just we had an error

Line 170: FUNCTION get_standard_pay_table_value (p_pay_plan IN VARCHAR2

166: ,p_PT_eff_start_date OUT NOCOPY DATE
167: ,p_PT_eff_end_date OUT NOCOPY DATE);
168: --
169: --
170: FUNCTION get_standard_pay_table_value (p_pay_plan IN VARCHAR2
171: ,p_grade_or_level IN VARCHAR2
172: ,p_step_or_rate IN VARCHAR2
173: ,p_effective_date IN DATE)
174: RETURN NUMBER;