DBA Data[Home] [Help]

APPS.GHR_PAY_CAPS dependencies on GHR_PA_REQUESTS

Line 19: ,noa_code ghr_pa_requests.first_noa_code%type -- New 8/28

15: ,total_salary NUMBER
16: ,other_pay_amount NUMBER
17: ,au_overtime NUMBER
18: ,availability_pay NUMBER
19: ,noa_code ghr_pa_requests.first_noa_code%type -- New 8/28
20: ,retention_allowance NUMBER -- New 8/28
21: ,retention_allow_percentage NUMBER -- New 8/28
22: ,supervisory_allowance NUMBER -- New 8/28
23: ,staffing_differential NUMBER -- New 8/28

Line 53: FUNCTION perf_certified(p_agency_code IN ghr_pa_requests.from_Agency_code%TYPE,

49: FUNCTION update34_implemented_date (p_person_id IN NUMBER)
50: RETURN DATE;
51:
52: --
53: FUNCTION perf_certified(p_agency_code IN ghr_pa_requests.from_Agency_code%TYPE,
54: p_org_id IN hr_positions_f.organization_id%TYPE,
55: p_pay_plan IN ghr_pa_Requests.from_pay_plan%TYPE,
56: p_effective_date IN ghr_pa_Requests.effective_date%TYPE)
57: RETURN BOOLEAN;

Line 55: p_pay_plan IN ghr_pa_Requests.from_pay_plan%TYPE,

51:
52: --
53: FUNCTION perf_certified(p_agency_code IN ghr_pa_requests.from_Agency_code%TYPE,
54: p_org_id IN hr_positions_f.organization_id%TYPE,
55: p_pay_plan IN ghr_pa_Requests.from_pay_plan%TYPE,
56: p_effective_date IN ghr_pa_Requests.effective_date%TYPE)
57: RETURN BOOLEAN;
58:
59: --Bug# 5132113

Line 56: p_effective_date IN ghr_pa_Requests.effective_date%TYPE)

52: --
53: FUNCTION perf_certified(p_agency_code IN ghr_pa_requests.from_Agency_code%TYPE,
54: p_org_id IN hr_positions_f.organization_id%TYPE,
55: p_pay_plan IN ghr_pa_Requests.from_pay_plan%TYPE,
56: p_effective_date IN ghr_pa_Requests.effective_date%TYPE)
57: RETURN BOOLEAN;
58:
59: --Bug# 5132113
60:

Line 64: p_effective_date IN ghr_pa_Requests.effective_date%TYPE)

60:
61: function pay_cap_chk_ttl_38(l_user_table_id IN pay_user_tables.user_table_id%TYPE,
62: l_user_clomun_name IN pay_user_columns.user_column_name%TYPE,
63: l_market_pay IN number,
64: p_effective_date IN ghr_pa_Requests.effective_date%TYPE)
65: RETURN BOOLEAN;
66: --Bug# 5132113
67:
68: --