DBA Data[Home] [Help]

APPS.PO_MULTI_MOD_PVT dependencies on PO_WF_UTIL_PKG

Line 2918: l_document_id := po_wf_util_pkg.GetItemAttrNumber( itemtype => itemtype,

2914:
2915: BEGIN
2916: l_progress := 'Process_Response_Internal: 001';
2917:
2918: l_document_id := po_wf_util_pkg.GetItemAttrNumber( itemtype => itemtype,
2919: itemkey => itemkey,
2920: aname => 'DOCUMENT_ID');
2921:
2922: l_document_type := po_wf_util_pkg.GetItemAttrText( itemtype => itemtype,

Line 2922: l_document_type := po_wf_util_pkg.GetItemAttrText( itemtype => itemtype,

2918: l_document_id := po_wf_util_pkg.GetItemAttrNumber( itemtype => itemtype,
2919: itemkey => itemkey,
2920: aname => 'DOCUMENT_ID');
2921:
2922: l_document_type := po_wf_util_pkg.GetItemAttrText( itemtype => itemtype,
2923: itemkey => itemkey,
2924: aname => 'DOCUMENT_TYPE');
2925:
2926: l_approval_source := po_wf_util_pkg.GetItemAttrText( itemtype => itemtype,

Line 2926: l_approval_source := po_wf_util_pkg.GetItemAttrText( itemtype => itemtype,

2922: l_document_type := po_wf_util_pkg.GetItemAttrText( itemtype => itemtype,
2923: itemkey => itemkey,
2924: aname => 'DOCUMENT_TYPE');
2925:
2926: l_approval_source := po_wf_util_pkg.GetItemAttrText( itemtype => itemtype,
2927: itemkey => itemkey,
2928: aname => 'APPROVAL_SOURCE');
2929:
2930: l_draft_id := po_wf_util_pkg.GetItemAttrNumber( itemtype => itemtype,

Line 2930: l_draft_id := po_wf_util_pkg.GetItemAttrNumber( itemtype => itemtype,

2926: l_approval_source := po_wf_util_pkg.GetItemAttrText( itemtype => itemtype,
2927: itemkey => itemkey,
2928: aname => 'APPROVAL_SOURCE');
2929:
2930: l_draft_id := po_wf_util_pkg.GetItemAttrNumber( itemtype => itemtype,
2931: itemkey => itemkey,
2932: aname => 'DRAFT_ID');
2933:
2934: IF l_approval_source = 'MULTI_MOD' THEN