DBA Data[Home] [Help]

APPS.PO_WF_PO_CHARGE_ACC dependencies on WF_CORE

Line 77: wf_core.context('PO_WF_PO_CHARGE_ACC','check_destination_type',x_progress);

73: return;
74:
75: EXCEPTION
76: WHEN OTHERS THEN
77: wf_core.context('PO_WF_PO_CHARGE_ACC','check_destination_type',x_progress);
78:
79: /* Start DEBUG
80: If (debug_acc_generator_wf) then
81: dbms_output.put_line (' --> EXCEPTION <-- in PO_WF_PO_CHARGE_ACC.check_destination_type');

Line 369: wf_core.context('PO_WF_PO_CHARGE_ACC','inventory',x_progress);

365: RETURN;
366:
367: EXCEPTION
368: WHEN OTHERS THEN
369: wf_core.context('PO_WF_PO_CHARGE_ACC','inventory',x_progress);
370:
371: /* Start DEBUG
372: If (debug_acc_generator_wf) then
373: dbms_output.put_line (' --> EXCEPTION <-- in PO_WF_PO_CHARGE_ACC.inventory');

Line 423: wf_core.context('PO_WF_PO_CHARGE_ACC','check_inv_item_type',x_progress);

419: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
420: 'PO_WF_PO_CHARGE_ACC.check_inv_item_type EXCEPTION at '||x_progress
421: ||': '||SQLERRM);
422: END IF;
423: wf_core.context('PO_WF_PO_CHARGE_ACC','check_inv_item_type',x_progress);
424: raise;
425: end;
426:
427: --

Line 456: wf_core.context('PO_WF_PO_CHARGE_ACC','check_sub_inv_type',x_progress);

452: end if;
453:
454: EXCEPTION
455: WHEN OTHERS THEN
456: wf_core.context('PO_WF_PO_CHARGE_ACC','check_sub_inv_type',x_progress);
457: raise;
458: end;
459:
460: -- * ****************************************************************************** *

Line 603: wf_core.context('PO_WF_PO_CHARGE_ACC','expense',x_progress);

599: END IF;
600:
601: EXCEPTION
602: WHEN OTHERS THEN
603: wf_core.context('PO_WF_PO_CHARGE_ACC','expense',x_progress);
604:
605: /* Start DEBUG
606: If (debug_acc_generator_wf) then
607: dbms_output.put_line (' --> EXCEPTION <-- in PO_WF_PO_CHARGE_ACC.expense');

Line 665: wf_core.context('PO_WF_PO_CHARGE_ACC','check_type_of_wip',x_progress);

661: return;
662:
663: EXCEPTION
664: WHEN OTHERS THEN
665: wf_core.context('PO_WF_PO_CHARGE_ACC','check_type_of_wip',x_progress);
666: raise;
667:
668: end check_type_of_wip;
669:

Line 930: wf_core.context('PO_WF_PO_CHARGE_ACC','job_wip',x_progress);

926: RETURN;
927:
928: EXCEPTION
929: WHEN OTHERS THEN
930: wf_core.context('PO_WF_PO_CHARGE_ACC','job_wip',x_progress);
931: IF (g_po_wf_debug = 'Y') THEN
932: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey, 'EXCEPTION IN PO_WF_PO_CHARGE_ACC.JOB_WIP');
933: END IF;
934: raise;

Line 1129: wf_core.context('PO_WF_PO_CHARGE_ACC','schedule',x_progress);

1125: RETURN;
1126:
1127: EXCEPTION
1128: WHEN OTHERS THEN
1129: wf_core.context('PO_WF_PO_CHARGE_ACC','schedule',x_progress);
1130: IF (g_po_wf_debug = 'Y') THEN
1131: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey, 'EXCEPTION IN PO_WF_PO_CHARGE_ACC.SCHEDULE');
1132: END IF;
1133: raise;

Line 1293: wf_core.context('PO_WF_PO_CHARGE_ACC','is_encumbrace_on',x_progress);

1289: return;
1290:
1291: EXCEPTION
1292: WHEN OTHERS THEN
1293: wf_core.context('PO_WF_PO_CHARGE_ACC','is_encumbrace_on',x_progress);
1294: raise;
1295:
1296: end is_encumbrance_on;
1297:

Line 1427: WF_CORE.context('PO_WF_PO_CHARGE_ACC', 'is_dest_accounts_flow_type',

1423: 'PO_WF_PO_CHARGE_ACC.is_dest_accounts_flow_type result='||result);
1424: END IF;
1425: EXCEPTION
1426: WHEN OTHERS THEN
1427: WF_CORE.context('PO_WF_PO_CHARGE_ACC', 'is_dest_accounts_flow_type',
1428: l_progress);
1429: RAISE;
1430: END is_dest_accounts_flow_type;
1431:

Line 1488: WF_CORE.context('PO_WF_PO_CHARGE_ACC', 'is_SPS_distribution', l_progress);

1484: 'PO_WF_PO_CHARGE_ACC.is_SPS_distribution result='||result);
1485: END IF;
1486: EXCEPTION
1487: WHEN OTHERS THEN
1488: WF_CORE.context('PO_WF_PO_CHARGE_ACC', 'is_SPS_distribution', l_progress);
1489: RAISE;
1490: END is_SPS_distribution;
1491:
1492: ---------------------------------------------------------------------------

Line 1939: WF_CORE.context('PO_WF_PO_CHARGE_ACC', 'get_SPS_charge_account', l_progress);

1935: IF (g_po_wf_debug = 'Y') THEN
1936: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1937: 'PO_WF_PO_CHARGE_ACC.get_SPS_charge_account EXCEPTION at '|| l_progress);
1938: END IF;
1939: WF_CORE.context('PO_WF_PO_CHARGE_ACC', 'get_SPS_charge_account', l_progress);
1940: RAISE;
1941: END get_SPS_charge_account;
1942:
1943: ---------------------------------------------------------------------------

Line 2030: WF_CORE.context('PO_WF_PO_CHARGE_ACC', 'is_dest_charge_acc_null',

2026: END IF;
2027:
2028: EXCEPTION
2029: WHEN OTHERS THEN
2030: WF_CORE.context('PO_WF_PO_CHARGE_ACC', 'is_dest_charge_acc_null',
2031: l_progress);
2032: RAISE;
2033: END is_dest_charge_acc_null;
2034:

Line 2120: WF_CORE.context('PO_WF_PO_CHARGE_ACC', 'are_COAs_same',

2116: 'PO_WF_PO_CHARGE_ACC.are_COAs_same result='||result);
2117: END IF;
2118: EXCEPTION
2119: WHEN OTHERS THEN
2120: WF_CORE.context('PO_WF_PO_CHARGE_ACC', 'are_COAs_same',
2121: l_progress);
2122: RAISE;
2123: END are_COAs_same;
2124:

Line 2178: WF_CORE.context('PO_WF_PO_CHARGE_ACC','SET_NULL_RESP_ID',l_progress);

2174: */
2175: result := WF_ENGINE.eng_completed || ':Y';
2176: EXCEPTION
2177: WHEN OTHERS THEN
2178: WF_CORE.context('PO_WF_PO_CHARGE_ACC','SET_NULL_RESP_ID',l_progress);
2179: raise;
2180:
2181: END set_null_resp_id;
2182:

Line 2228: WF_CORE.context('PO_WF_PO_CHARGE_ACC','RESET_RESP_ID',l_progress);

2224: */
2225: result := WF_ENGINE.eng_completed || ':Y';
2226: EXCEPTION
2227: WHEN OTHERS THEN
2228: WF_CORE.context('PO_WF_PO_CHARGE_ACC','RESET_RESP_ID',l_progress);
2229: RAISE;
2230: END reset_resp_id;
2231: --Bug4033391 End
2232: