DBA Data[Home] [Help]

APPS.HR_TRANS_HISTORY_API dependencies on PQH_TAH_INS

Line 1110: pqh_tah_ins.set_base_key_value(

1106: Open cur_trans_details;
1107: Fetch cur_trans_details into l_row;
1108: CLOSE cur_trans_details;
1109:
1110: pqh_tah_ins.set_base_key_value(
1111: p_approval_history_id => P_APPROVAL_HISTORY_ID
1112: ,p_transaction_history_id => P_TRANSACTION_ID
1113: );
1114:

Line 1118: pqh_tah_ins.ins(

1114:
1115: -- get the orig system and system id of the user passed
1116: wf_directory.getroleorigsysinfo(p_user_name,lv_orig_system,lv_orig_system_id);
1117:
1118: pqh_tah_ins.ins(
1119: p_transaction_effective_date => l_row.TRANSACTION_EFFECTIVE_DATE
1120: ,p_action => P_ACTION
1121: ,p_user_name => P_USER_NAME
1122: ,p_orig_system => lv_orig_system