DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on PO_APPROVAL_LIST_HISTORY_SV

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

6127: to_char(l_document_id)||'-'||
6128: l_document_type||'-'||l_document_subtype;
6129:
6130: /* update po action history */
6131: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(itemtype=>itemtype,
6132: itemkey=>itemkey,
6133: x_action=>l_action,
6134: x_req_header_id=>l_document_id,
6135: x_last_approver=>l_result,

Line 9165: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(

9161: l_note := PO_WF_UTIL_PKG.GetItemAttrText(itemtype => l_wf_item_type,
9162: itemkey => l_wf_item_key,
9163: aname => 'NOTE');
9164:
9165: PO_APPROVAL_LIST_HISTORY_SV.Update_Action_History(
9166: itemtype=>l_wf_item_type,
9167: itemkey=>l_wf_item_key,
9168: x_action=>l_action,
9169: x_req_header_id=>l_document_id,