DBA Data[Home] [Help]

APPS.POR_ITEM_ATTRIBUTES_PKG dependencies on PO_REQAPPROVAL_INIT1

Line 61: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);

57: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,l_progress);
58:
59: EXCEPTION
60: WHEN OTHERS THEN
61: l_doc_string := PO_REQAPPROVAL_INIT1.get_error_doc(itemType, itemkey);
62: wf_core.context('POR_ITEM_ATTRIBUTES_PKG',
63: 'Create_Attach_Item_Attr',
64: l_progress,sqlerrm);
65: /* the api for the send_error_notif has been changed to include

Line 69: /*PO_REQAPPROVAL_INIT1.send_error_notif(itemType,

65: /* the api for the send_error_notif has been changed to include
66: username and hence commenting out since this is only in the exception
67: block. in a hurry to release patch and no time to figure out*/
68:
69: /*PO_REQAPPROVAL_INIT1.send_error_notif(itemType,
70: itemkey,
71: l_doc_string,
72: sqlerrm,
73: 'Create_Attach_Item_Attr');*/