DBA Data[Home] [Help]

APPS.PQH_EMPLOYEE_SALARY dependencies on PER_ALL_ASSIGNMENTS_F

Line 5: (P_Assignment_id In Per_All_Assignments_F.ASSIGNMENT_ID%TYPE,

1: Package pqh_employee_salary AUTHID CURRENT_USER as
2: /* $Header: pqempsal.pkh 120.1.12020000.2 2012/08/22 10:11:28 lbodired ship $ */
3: --
4: Procedure get_employee_salary
5: (P_Assignment_id In Per_All_Assignments_F.ASSIGNMENT_ID%TYPE,
6: P_Effective_Date In Date,
7: p_salary OUT nocopy number,
8: p_frequency OUT nocopy varchar2,
9: p_annual_salary OUT nocopy number,

Line 37: P_Assignment_id In Per_All_Assignments_F.ASSIGNMENT_ID%TYPE,

33: -- fix for the bug#12613915
34: Function pgm_to_annual1 (p_ref_perd_cd in varchar2,
35: p_pgm_currency in varchar2,
36: p_amount in number,
37: P_Assignment_id In Per_All_Assignments_F.ASSIGNMENT_ID%TYPE,
38: P_Effective_Date In Date)
39: RETURN NUMBER;
40: -- fix for the bug#12613915
41:

Line 43: (P_Assignment_id In Per_All_Assignments_F.ASSIGNMENT_ID%TYPE,

39: RETURN NUMBER;
40: -- fix for the bug#12613915
41:
42: Procedure get_emp_proposed_salary
43: (P_Assignment_id In Per_All_Assignments_F.ASSIGNMENT_ID%TYPE,
44: P_Effective_Date In Date,
45: p_proposed_salary OUT nocopy number,
46: p_sal_chg_dt OUT nocopy date,
47: p_frequency OUT nocopy varchar2,