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 1070: ln_ovn hr_api_transaction_steps.object_version_number%TYPE;

1066: li_count INTEGER ;
1067: lv_activity_name wf_item_activity_statuses_v.activity_name%TYPE;
1068: ln_transaction_id NUMBER;
1069: lv_result VARCHAR2(100);
1070: ln_ovn hr_api_transaction_steps.object_version_number%TYPE;
1071: ltt_trans_step_ids hr_util_web.g_varchar2_tab_type;
1072: ln_transaction_step_id hr_api_transaction_steps.transaction_step_id%TYPE;
1073: ltt_trans_obj_vers_num hr_util_web.g_varchar2_tab_type;
1074: ln_trans_step_rows NUMBER default 0;

Line 1072: ln_transaction_step_id hr_api_transaction_steps.transaction_step_id%TYPE;

1068: ln_transaction_id NUMBER;
1069: lv_result VARCHAR2(100);
1070: ln_ovn hr_api_transaction_steps.object_version_number%TYPE;
1071: ltt_trans_step_ids hr_util_web.g_varchar2_tab_type;
1072: ln_transaction_step_id hr_api_transaction_steps.transaction_step_id%TYPE;
1073: ltt_trans_obj_vers_num hr_util_web.g_varchar2_tab_type;
1074: ln_trans_step_rows NUMBER default 0;
1075: ln_supervisor_count NUMBER;
1076:

Line 2263: hr_api_transaction_steps.transaction_step_id%type

2259: ||=======================================================================
2260: */
2261: FUNCTION get_termination_details (
2262: p_transaction_step_id IN
2263: hr_api_transaction_steps.transaction_step_id%type
2264: )
2265: RETURN hr_termination_ss.rt_termination
2266: IS
2267: lrt_termination hr_termination_ss.rt_termination;

Line 2365: hr_api_transaction_steps.transaction_step_id%type

2361: ||=======================================================================
2362: */
2363: FUNCTION get_term_flex_detail (
2364: p_transaction_step_id IN
2365: hr_api_transaction_steps.transaction_step_id%type
2366: )
2367: RETURN hr_termination_ss.t_flex_table
2368: IS
2369: lt_term_flex hr_termination_ss.t_flex_table;