DBA Data[Home] [Help]

APPS.PO_WF_UTIL_PKG dependencies on PO_WF_DEBUG_PKG

Line 33: PO_WF_DEBUG_PKG.insert_debug(itemtype,

29:
30: EXCEPTION
31: WHEN OTHERS THEN
32: IF (g_po_wf_debug = 'Y') THEN
33: PO_WF_DEBUG_PKG.insert_debug(itemtype,
34: itemkey,
35: 'PO_WF_UTIL_PKG.SetItemAttrText: ' || aname ||
36: ' ' || sqlerrm);
37: END IF;

Line 58: PO_WF_DEBUG_PKG.insert_debug(itemtype,

54:
55: EXCEPTION
56: WHEN OTHERS THEN
57: IF (g_po_wf_debug = 'Y') THEN
58: PO_WF_DEBUG_PKG.insert_debug(itemtype,
59: itemkey,
60: 'PO_WF_UTIL_PKG.SetItemAttrNumber: ' || aname ||
61: ' ' || sqlerrm);
62: END IF;

Line 83: PO_WF_DEBUG_PKG.insert_debug(itemtype,

79:
80: EXCEPTION
81: WHEN OTHERS THEN
82: IF (g_po_wf_debug = 'Y') THEN
83: PO_WF_DEBUG_PKG.insert_debug(itemtype,
84: itemkey,
85: 'PO_WF_UTIL_PKG.SetItemAttrDate: ' || aname ||
86: ' ' || sqlerrm);
87: END IF;

Line 108: PO_WF_DEBUG_PKG.insert_debug(itemtype,

104:
105: EXCEPTION
106: WHEN OTHERS THEN
107: IF (g_po_wf_debug = 'Y') THEN
108: PO_WF_DEBUG_PKG.insert_debug(itemtype,
109: itemkey,
110: 'PO_WF_UTIL_PKG.SetItemAttrDocument: ' || aname ||
111: ' ' || sqlerrm);
112: END IF;

Line 133: PO_WF_DEBUG_PKG.insert_debug(itemtype,

129:
130: EXCEPTION
131: WHEN OTHERS THEN
132: IF (g_po_wf_debug = 'Y') THEN
133: PO_WF_DEBUG_PKG.insert_debug(itemtype,
134: itemkey,
135: 'PO_WF_UTIL_PKG.GetItemAttrText: ' || aname ||
136: ' ' || sqlerrm);
137: END IF;

Line 159: PO_WF_DEBUG_PKG.insert_debug(itemtype,

155:
156: EXCEPTION
157: WHEN OTHERS THEN
158: IF (g_po_wf_debug = 'Y') THEN
159: PO_WF_DEBUG_PKG.insert_debug(itemtype,
160: itemkey,
161: 'PO_WF_UTIL_PKG.GetItemAttrNumber: ' || aname ||
162: ' ' || sqlerrm);
163: END IF;

Line 185: PO_WF_DEBUG_PKG.insert_debug(itemtype,

181:
182: EXCEPTION
183: WHEN OTHERS THEN
184: IF (g_po_wf_debug = 'Y') THEN
185: PO_WF_DEBUG_PKG.insert_debug(itemtype,
186: itemkey,
187: 'PO_WF_UTIL_PKG.GetItemAttrDate: ' || aname ||
188: ' ' || sqlerrm);
189: END IF;

Line 211: PO_WF_DEBUG_PKG.insert_debug(itemtype,

207:
208: EXCEPTION
209: WHEN OTHERS THEN
210: IF (g_po_wf_debug = 'Y') THEN
211: PO_WF_DEBUG_PKG.insert_debug(itemtype,
212: itemkey,
213: 'PO_WF_UTIL_PKG.GetItemAttrDocument: ' || aname ||
214: ' ' || sqlerrm);
215: END IF;

Line 239: PO_WF_DEBUG_PKG.insert_debug(itemtype,

235:
236: EXCEPTION
237: WHEN OTHERS THEN
238: IF (g_po_wf_debug = 'Y') THEN
239: PO_WF_DEBUG_PKG.insert_debug(itemtype,
240: itemkey,
241: 'PO_WF_UTIL_PKG.GetActivityAttrText: ' || aname ||
242: ' ' || sqlerrm);
243: END IF;

Line 267: PO_WF_DEBUG_PKG.insert_debug(itemtype,

263:
264: EXCEPTION
265: WHEN OTHERS THEN
266: IF (g_po_wf_debug = 'Y') THEN
267: PO_WF_DEBUG_PKG.insert_debug(itemtype,
268: itemkey,
269: 'PO_WF_UTIL_PKG.GetActivityAttrNumber: ' || aname ||
270: ' ' || sqlerrm);
271: END IF;

Line 295: PO_WF_DEBUG_PKG.insert_debug(itemtype,

291:
292: EXCEPTION
293: WHEN OTHERS THEN
294: IF (g_po_wf_debug = 'Y') THEN
295: PO_WF_DEBUG_PKG.insert_debug(itemtype,
296: itemkey,
297: 'PO_WF_UTIL_PKG.GetActivityAttrDate: ' || aname ||
298: ' ' || sqlerrm);
299: END IF;