DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on PO_APPROVAL_LIST_HISTORY_SV

Line 5943: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(itemtype=>itemtype,

5939: to_char(l_document_id)||'-'||
5940: l_document_type||'-'||l_document_subtype;
5941:
5942: /* update po action history */
5943: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(itemtype=>itemtype,
5944: itemkey=>itemkey,
5945: x_action=>l_action,
5946: x_req_header_id=>l_document_id,
5947: x_last_approver=>l_result,

Line 8778: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(

8774: l_note := PO_WF_UTIL_PKG.GetItemAttrText(itemtype => l_wf_item_type,
8775: itemkey => l_wf_item_key,
8776: aname => 'NOTE');
8777:
8778: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(
8779: itemtype=>l_wf_item_type,
8780: itemkey=>l_wf_item_key,
8781: x_action=>l_action,
8782: x_req_header_id=>l_document_id,