DBA Data[Home] [Help]

APPS.HR_PAY_RATE_GSP_SS dependencies on SSHR_SAL_PROP_TAB_TYP

Line 8: p_ltt_salary_data IN OUT NOCOPY sshr_sal_prop_tab_typ

4: -- get the updated salary because of Grade Ladder assignment
5: procedure get_employee_salary
6: (P_Assignment_id In Per_All_Assignments_F.ASSIGNMENT_ID%TYPE,
7: P_Effective_Date In Date,
8: p_ltt_salary_data IN OUT NOCOPY sshr_sal_prop_tab_typ
9: ) IS
10:
11: -- get_employee_salary local variables
12: ln_proposed_salary NUMBER;

Line 81: p_ltt_salary_data IN OUT NOCOPY sshr_sal_prop_tab_typ

77: -- get the current salary , called before updating the assignment
78: procedure get_employee_current_salary
79: (P_Assignment_id In Per_All_Assignments_F.ASSIGNMENT_ID%TYPE,
80: P_Effective_Date In Date,
81: p_ltt_salary_data IN OUT NOCOPY sshr_sal_prop_tab_typ
82: ) IS
83:
84: -- get_employee_current_salary local variables
85: ln_proposed_salary NUMBER;

Line 182: p_ltt_salary_data IN sshr_sal_prop_tab_typ,

178: (
179: p_item_type IN wf_items.item_type%type,
180: p_item_key IN wf_items.item_key%TYPE,
181: p_Act_id IN NUMBER,
182: p_ltt_salary_data IN sshr_sal_prop_tab_typ,
183: p_review_proc_call IN VARCHAR2,
184: p_flow_mode IN OUT nocopy varchar2, -- 2355929
185: p_step_id OUT NOCOPY NUMBER,
186: p_rptg_grp_id IN VARCHAR2 DEFAULT NULL,

Line 568: p_ltt_salary_data IN sshr_sal_prop_tab_typ,

564: procedure create_pay_txn
565: (
566: p_item_type IN wf_items.item_type%type,
567: p_item_key IN wf_items.item_key%TYPE,
568: p_ltt_salary_data IN sshr_sal_prop_tab_typ,
569: P_Assignment_id In Per_All_Assignments_F.ASSIGNMENT_ID%TYPE,
570: P_Effective_Date In Date,
571: p_transaction_id in number,
572: p_transaction_step_id in number,