DBA Data[Home] [Help]

APPS.HR_TERMINATION_SS dependencies on HR_API_TRANSACTION_STEPS

Line 161: hr_api_transaction_steps.transaction_step_id%type

157: ||=======================================================================
158: */
159: FUNCTION get_termination_details (
160: p_transaction_step_id IN
161: hr_api_transaction_steps.transaction_step_id%type
162: )
163: RETURN hr_termination_ss.rt_termination;
164:
165: /*

Line 174: hr_api_transaction_steps.transaction_step_id%type

170: ||=======================================================================
171: */
172: FUNCTION get_term_flex_detail (
173: p_transaction_step_id IN
174: hr_api_transaction_steps.transaction_step_id%type
175: )
176: RETURN hr_termination_ss.t_flex_table;
177:
178: /*

Line 1013: ln_ovn hr_api_transaction_steps.object_version_number%TYPE;

1009: li_count INTEGER ;
1010: lv_activity_name wf_item_activity_statuses_v.activity_name%TYPE;
1011: ln_transaction_id NUMBER;
1012: lv_result VARCHAR2(100);
1013: ln_ovn hr_api_transaction_steps.object_version_number%TYPE;
1014: ltt_trans_step_ids hr_util_web.g_varchar2_tab_type;
1015: ln_transaction_step_id hr_api_transaction_steps.transaction_step_id%TYPE;
1016: ltt_trans_obj_vers_num hr_util_web.g_varchar2_tab_type;
1017: ln_trans_step_rows NUMBER default 0;

Line 1015: ln_transaction_step_id hr_api_transaction_steps.transaction_step_id%TYPE;

1011: ln_transaction_id NUMBER;
1012: lv_result VARCHAR2(100);
1013: ln_ovn hr_api_transaction_steps.object_version_number%TYPE;
1014: ltt_trans_step_ids hr_util_web.g_varchar2_tab_type;
1015: ln_transaction_step_id hr_api_transaction_steps.transaction_step_id%TYPE;
1016: ltt_trans_obj_vers_num hr_util_web.g_varchar2_tab_type;
1017: ln_trans_step_rows NUMBER default 0;
1018: ln_supervisor_count NUMBER;
1019: l_proc constant varchar2(100) := g_package || ' process_save';

Line 2050: hr_api_transaction_steps.transaction_step_id%type

2046: ||=======================================================================
2047: */
2048: FUNCTION get_termination_details (
2049: p_transaction_step_id IN
2050: hr_api_transaction_steps.transaction_step_id%type
2051: )
2052: RETURN hr_termination_ss.rt_termination
2053: IS
2054: lrt_termination hr_termination_ss.rt_termination;

Line 2152: hr_api_transaction_steps.transaction_step_id%type

2148: ||=======================================================================
2149: */
2150: FUNCTION get_term_flex_detail (
2151: p_transaction_step_id IN
2152: hr_api_transaction_steps.transaction_step_id%type
2153: )
2154: RETURN hr_termination_ss.t_flex_table
2155: IS
2156: lt_term_flex hr_termination_ss.t_flex_table;