DBA Data[Home] [Help]

APPS.HR_PAY_RATE_GSP_SS dependencies on SSHR_SAL_PROP_TAB_TYP

Line 7: p_ltt_salary_data IN OUT NOCOPY sshr_sal_prop_tab_typ

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_ltt_salary_data IN OUT NOCOPY sshr_sal_prop_tab_typ
8: );
9:
10: -- get the current salary , called before updating the assignment
11: Procedure get_employee_current_salary

Line 14: p_ltt_salary_data IN OUT NOCOPY sshr_sal_prop_tab_typ

10: -- get the current salary , called before updating the assignment
11: Procedure get_employee_current_salary
12: (P_Assignment_id IN Per_All_Assignments_F.ASSIGNMENT_ID%TYPE,
13: P_Effective_Date IN DATE,
14: p_ltt_salary_data IN OUT NOCOPY sshr_sal_prop_tab_typ
15: );
16:
17: procedure save_gsp_txn
18: (

Line 22: p_ltt_salary_data IN sshr_sal_prop_tab_typ,

18: (
19: p_item_type IN wf_items.item_type%type,
20: p_item_key IN wf_items.item_key%TYPE,
21: p_Act_id IN NUMBER,
22: p_ltt_salary_data IN sshr_sal_prop_tab_typ,
23: p_review_proc_call IN VARCHAR2,
24: p_flow_mode IN OUT NOCOPY varchar2, -- 2355929
25: p_step_id OUT NOCOPY NUMBER,
26: p_rptg_grp_id IN VARCHAR2 DEFAULT NULL,

Line 36: p_ltt_salary_data IN sshr_sal_prop_tab_typ,

32: procedure create_pay_txn
33: (
34: p_item_type IN wf_items.item_type%type,
35: p_item_key IN wf_items.item_key%TYPE,
36: p_ltt_salary_data IN sshr_sal_prop_tab_typ,
37: P_Assignment_id In Per_All_Assignments_F.ASSIGNMENT_ID%TYPE,
38: P_Effective_Date In Date,
39: p_transaction_id in number,
40: p_transaction_step_id in number,