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 186: p_ltt_salary_data IN sshr_sal_prop_tab_typ,

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

Line 572: p_ltt_salary_data IN sshr_sal_prop_tab_typ,

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