DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on PQH_SS_HISTORY

Line 1590: -- call PQH_SS_HISTORY.transfer_approval_to_history

1586: if g_debug then
1587: hr_utility.set_location('Entering:'|| g_package||'.'||c_proc, 1);
1588: end if;
1589: if ( funmode = wf_engine.eng_run ) then
1590: -- call PQH_SS_HISTORY.transfer_approval_to_history
1591: if g_debug then
1592: hr_utility.set_location('calling PQH_SS_HISTORY.transfer_approval_to_history ',2);
1593: hr_utility.set_location('p_item_type:'|| p_item_type,3);
1594: hr_utility.set_location('p_item_key:'|| p_item_key,4);

Line 1592: hr_utility.set_location('calling PQH_SS_HISTORY.transfer_approval_to_history ',2);

1588: end if;
1589: if ( funmode = wf_engine.eng_run ) then
1590: -- call PQH_SS_HISTORY.transfer_approval_to_history
1591: if g_debug then
1592: hr_utility.set_location('calling PQH_SS_HISTORY.transfer_approval_to_history ',2);
1593: hr_utility.set_location('p_item_type:'|| p_item_type,3);
1594: hr_utility.set_location('p_item_key:'|| p_item_key,4);
1595: end if;
1596:

Line 1597: PQH_SS_HISTORY.transfer_approval_to_history(p_item_type,p_item_key,p_act_id,funmode,result);

1593: hr_utility.set_location('p_item_type:'|| p_item_type,3);
1594: hr_utility.set_location('p_item_key:'|| p_item_key,4);
1595: end if;
1596:
1597: PQH_SS_HISTORY.transfer_approval_to_history(p_item_type,p_item_key,p_act_id,funmode,result);
1598: -- reset the status to pending approval
1599: if g_debug then
1600: hr_utility.set_location('calling PQH_SS_WORKFLOW.set_txn_approve_status ',5);
1601: hr_utility.set_location('p_item_type:'|| p_item_type,6);

Line 1743: -- call PQH_SS_HISTORY.transfer_approval_to_history

1739: end if;
1740: pqh_ss_workflow.set_txn_approve_status(p_item_type,p_item_key,p_act_id,funmode,result);
1741: /*
1742: -- transfer the approval action to history
1743: -- call PQH_SS_HISTORY.transfer_approval_to_history
1744: updateApprovalHistory( p_item_type=>p_item_type,
1745: p_item_key=>p_item_key,
1746: p_act_id=>p_act_id,
1747: funmode=>funmode,

Line 2144: -- PQH_SS_HISTORY.transfer_submit_to_history

2140: if(lv_approval_required in ('YES_DYNAMIC','YES','Y','YD')) then
2141:
2142: -- call the other intialization routines needed for approval
2143: -- notification process
2144: -- PQH_SS_HISTORY.transfer_submit_to_history
2145: if g_debug then
2146: hr_utility.set_location('calling PQH_SS_HISTORY.transfer_submit_to_history', 2);
2147: hr_utility.set_location('p_item_type:'|| p_item_type, 3);
2148: hr_utility.set_location('p_item_key:'|| p_item_key, 4);

Line 2146: hr_utility.set_location('calling PQH_SS_HISTORY.transfer_submit_to_history', 2);

2142: -- call the other intialization routines needed for approval
2143: -- notification process
2144: -- PQH_SS_HISTORY.transfer_submit_to_history
2145: if g_debug then
2146: hr_utility.set_location('calling PQH_SS_HISTORY.transfer_submit_to_history', 2);
2147: hr_utility.set_location('p_item_type:'|| p_item_type, 3);
2148: hr_utility.set_location('p_item_key:'|| p_item_key, 4);
2149: end if;
2150: -- PQH_SS_HISTORY.transfer_submit_to_history(p_item_type,p_item_key,p_act_id,funmode,result);

Line 2150: -- PQH_SS_HISTORY.transfer_submit_to_history(p_item_type,p_item_key,p_act_id,funmode,result);

2146: hr_utility.set_location('calling PQH_SS_HISTORY.transfer_submit_to_history', 2);
2147: hr_utility.set_location('p_item_type:'|| p_item_type, 3);
2148: hr_utility.set_location('p_item_key:'|| p_item_key, 4);
2149: end if;
2150: -- PQH_SS_HISTORY.transfer_submit_to_history(p_item_type,p_item_key,p_act_id,funmode,result);
2151: -- use the new history API's
2152: -- add the code plugin transfer history
2153: c_transaction_id := wf_engine.getitemattrnumber(p_item_type,p_item_key,'TRANSACTION_ID');
2154: lv_comments := wf_engine.getitemattrtext(p_item_type,p_item_key,'APPROVAL_COMMENT_COPY');

Line 2890: -- call PQH_SS_HISTORY.transfer_approval_to_history

2886: result := wf_engine.eng_completed||':N';
2887: return;
2888: end if;
2889:
2890: -- call PQH_SS_HISTORY.transfer_approval_to_history
2891: if g_debug then
2892: hr_utility.set_location('calling PQH_SS_WORKFLOW.set_txn_rfc_status',3);
2893: hr_utility.set_location('p_item_type:'|| p_item_type,4);
2894: hr_utility.set_location('p_item_key:'|| p_item_key,5);