DBA Data[Home] [Help]

APPS.PQH_WKS_BUDGET dependencies on PQH_WF

Line 619: pqh_wf.process_user_action(p_transaction_category_id => p_transaction_category_id,

615: hr_utility.set_location('user name is '||l_user_name||l_proc,30);
616: hr_utility.set_location('calling process user action'||l_proc,40);
617: begin
618: l_transaction_name := get_transaction_name(p_worksheet_detail_id => i.worksheet_detail_id);
619: pqh_wf.process_user_action(p_transaction_category_id => p_transaction_category_id,
620: p_transaction_id => i.worksheet_detail_id,
621: p_route_to_user => l_user_name,
622: p_forwarded_to_user_id => i.user_id,
623: p_forwarded_by_user_id => p_forwarded_by_user_id,

Line 1453: l_user := pqh_wf.get_requestor(p_transaction_category_id => p_transaction_category_id,

1449: BEGIN
1450: hr_utility.set_location('entering'||l_proc,10);
1451: -- if the current user is the initiator of the txn then mark the status
1452: -- as reject else status remains the same and notification will be sent to initiator.
1453: l_user := pqh_wf.get_requestor(p_transaction_category_id => p_transaction_category_id,
1454: p_transaction_id => p_transaction_id);
1455: hr_utility.set_location('requestor is'||l_user||l_proc,20);
1456: -- change the status of the delegated rows to reject
1457: -- and all open notifications to be killed