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 1448: l_user := pqh_wf.get_requestor(p_transaction_category_id => p_transaction_category_id,

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