2153: ' l_transaction_type '
2154: || l_transaction_type);
2155: END IF;
2156:
2157: l_approver_type := po_wf_util_pkg.GetItemAttrText
2158: (itemtype => p_itemtype,
2159: itemkey => p_itemkey,
2160: aname => 'AME_APPROVER_TYPE');
2161: IF (g_asn_debug = 'Y') THEN