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 53: PO_WF_DEBUG_PKG.insert_debug(G_ITEM_TYPE,

49:
50: EXCEPTION
51: WHEN OTHERS THEN
52: IF (g_po_wf_debug = 'Y') THEN
53: PO_WF_DEBUG_PKG.insert_debug(G_ITEM_TYPE,
54: G_ITEM_KEY,
55: 'PO_WF_UTIL_PKG.SetItemAttrText: ' || aname ||
56: ' ' || sqlerrm);
57: END IF;

Line 77: PO_WF_DEBUG_PKG.insert_debug(itemtype,

73:
74: EXCEPTION
75: WHEN OTHERS THEN
76: IF (g_po_wf_debug = 'Y') THEN
77: PO_WF_DEBUG_PKG.insert_debug(itemtype,
78: itemkey,
79: 'PO_WF_UTIL_PKG.SetItemAttrNumber: ' || aname ||
80: ' ' || sqlerrm);
81: END IF;

Line 99: PO_WF_DEBUG_PKG.insert_debug(G_ITEM_TYPE,

95:
96: EXCEPTION
97: WHEN OTHERS THEN
98: IF (g_po_wf_debug = 'Y') THEN
99: PO_WF_DEBUG_PKG.insert_debug(G_ITEM_TYPE,
100: G_ITEM_KEY,
101: 'PO_WF_UTIL_PKG.SetItemAttrNumber: ' || aname ||
102: ' ' || sqlerrm);
103: END IF;

Line 123: PO_WF_DEBUG_PKG.insert_debug(itemtype,

119:
120: EXCEPTION
121: WHEN OTHERS THEN
122: IF (g_po_wf_debug = 'Y') THEN
123: PO_WF_DEBUG_PKG.insert_debug(itemtype,
124: itemkey,
125: 'PO_WF_UTIL_PKG.SetItemAttrDate: ' || aname ||
126: ' ' || sqlerrm);
127: END IF;

Line 148: PO_WF_DEBUG_PKG.insert_debug(itemtype,

144:
145: EXCEPTION
146: WHEN OTHERS THEN
147: IF (g_po_wf_debug = 'Y') THEN
148: PO_WF_DEBUG_PKG.insert_debug(itemtype,
149: itemkey,
150: 'PO_WF_UTIL_PKG.SetItemAttrDocument: ' || aname ||
151: ' ' || sqlerrm);
152: END IF;

Line 173: PO_WF_DEBUG_PKG.insert_debug(itemtype,

169:
170: EXCEPTION
171: WHEN OTHERS THEN
172: IF (g_po_wf_debug = 'Y') THEN
173: PO_WF_DEBUG_PKG.insert_debug(itemtype,
174: itemkey,
175: 'PO_WF_UTIL_PKG.GetItemAttrText: ' || aname ||
176: ' ' || sqlerrm);
177: END IF;

Line 196: PO_WF_DEBUG_PKG.insert_debug(G_ITEM_TYPE,

192:
193: EXCEPTION
194: WHEN OTHERS THEN
195: IF (g_po_wf_debug = 'Y') THEN
196: PO_WF_DEBUG_PKG.insert_debug(G_ITEM_TYPE,
197: G_ITEM_KEY,
198: 'PO_WF_UTIL_PKG.GetItemAttrText: ' || aname ||
199: ' ' || sqlerrm);
200: END IF;

Line 220: PO_WF_DEBUG_PKG.insert_debug(itemtype,

216:
217: EXCEPTION
218: WHEN OTHERS THEN
219: IF (g_po_wf_debug = 'Y') THEN
220: PO_WF_DEBUG_PKG.insert_debug(itemtype,
221: itemkey,
222: 'PO_WF_UTIL_PKG.GetItemAttrNumber: ' || aname ||
223: ' ' || sqlerrm);
224: END IF;

Line 244: PO_WF_DEBUG_PKG.insert_debug(G_ITEM_TYPE,

240:
241: EXCEPTION
242: WHEN OTHERS THEN
243: IF (g_po_wf_debug = 'Y') THEN
244: PO_WF_DEBUG_PKG.insert_debug(G_ITEM_TYPE,
245: G_ITEM_KEY,
246: 'PO_WF_UTIL_PKG.GetItemAttrNumber: ' || aname ||
247: ' ' || sqlerrm);
248: END IF;

Line 268: PO_WF_DEBUG_PKG.insert_debug(itemtype,

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

Line 294: PO_WF_DEBUG_PKG.insert_debug(itemtype,

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

Line 322: PO_WF_DEBUG_PKG.insert_debug(itemtype,

318:
319: EXCEPTION
320: WHEN OTHERS THEN
321: IF (g_po_wf_debug = 'Y') THEN
322: PO_WF_DEBUG_PKG.insert_debug(itemtype,
323: itemkey,
324: 'PO_WF_UTIL_PKG.GetActivityAttrText: ' || aname ||
325: ' ' || sqlerrm);
326: END IF;

Line 350: PO_WF_DEBUG_PKG.insert_debug(itemtype,

346:
347: EXCEPTION
348: WHEN OTHERS THEN
349: IF (g_po_wf_debug = 'Y') THEN
350: PO_WF_DEBUG_PKG.insert_debug(itemtype,
351: itemkey,
352: 'PO_WF_UTIL_PKG.GetActivityAttrNumber: ' || aname ||
353: ' ' || sqlerrm);
354: END IF;

Line 378: PO_WF_DEBUG_PKG.insert_debug(itemtype,

374:
375: EXCEPTION
376: WHEN OTHERS THEN
377: IF (g_po_wf_debug = 'Y') THEN
378: PO_WF_DEBUG_PKG.insert_debug(itemtype,
379: itemkey,
380: 'PO_WF_UTIL_PKG.GetActivityAttrDate: ' || aname ||
381: ' ' || sqlerrm);
382: END IF;