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 367: wf_core.context('PO_WF_PO_CHARGE_ACC','inventory',x_progress);

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

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

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

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

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

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

593: END IF;
594:
595: EXCEPTION
596: WHEN OTHERS THEN
597: wf_core.context('PO_WF_PO_CHARGE_ACC','expense',x_progress);
598:
599: /* Start DEBUG
600: If (debug_acc_generator_wf) then
601: dbms_output.put_line (' --> EXCEPTION <-- in PO_WF_PO_CHARGE_ACC.expense');

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

655: return;
656:
657: EXCEPTION
658: WHEN OTHERS THEN
659: wf_core.context('PO_WF_PO_CHARGE_ACC','check_type_of_wip',x_progress);
660: raise;
661:
662: end check_type_of_wip;
663:

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

920: RETURN;
921:
922: EXCEPTION
923: WHEN OTHERS THEN
924: wf_core.context('PO_WF_PO_CHARGE_ACC','job_wip',x_progress);
925: IF (g_po_wf_debug = 'Y') THEN
926: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey, 'EXCEPTION IN PO_WF_PO_CHARGE_ACC.JOB_WIP');
927: END IF;
928: raise;

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

1119: RETURN;
1120:
1121: EXCEPTION
1122: WHEN OTHERS THEN
1123: wf_core.context('PO_WF_PO_CHARGE_ACC','schedule',x_progress);
1124: IF (g_po_wf_debug = 'Y') THEN
1125: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey, 'EXCEPTION IN PO_WF_PO_CHARGE_ACC.SCHEDULE');
1126: END IF;
1127: raise;

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

1274: return;
1275:
1276: EXCEPTION
1277: WHEN OTHERS THEN
1278: wf_core.context('PO_WF_PO_CHARGE_ACC','is_encumbrace_on',x_progress);
1279: raise;
1280:
1281: end is_encumbrance_on;
1282:

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

1408: 'PO_WF_PO_CHARGE_ACC.is_dest_accounts_flow_type result='||result);
1409: END IF;
1410: EXCEPTION
1411: WHEN OTHERS THEN
1412: WF_CORE.context('PO_WF_PO_CHARGE_ACC', 'is_dest_accounts_flow_type',
1413: l_progress);
1414: RAISE;
1415: END is_dest_accounts_flow_type;
1416:

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

1469: 'PO_WF_PO_CHARGE_ACC.is_SPS_distribution result='||result);
1470: END IF;
1471: EXCEPTION
1472: WHEN OTHERS THEN
1473: WF_CORE.context('PO_WF_PO_CHARGE_ACC', 'is_SPS_distribution', l_progress);
1474: RAISE;
1475: END is_SPS_distribution;
1476:
1477: ---------------------------------------------------------------------------

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

1920: IF (g_po_wf_debug = 'Y') THEN
1921: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
1922: 'PO_WF_PO_CHARGE_ACC.get_SPS_charge_account EXCEPTION at '|| l_progress);
1923: END IF;
1924: WF_CORE.context('PO_WF_PO_CHARGE_ACC', 'get_SPS_charge_account', l_progress);
1925: RAISE;
1926: END get_SPS_charge_account;
1927:
1928: ---------------------------------------------------------------------------

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

2011: END IF;
2012:
2013: EXCEPTION
2014: WHEN OTHERS THEN
2015: WF_CORE.context('PO_WF_PO_CHARGE_ACC', 'is_dest_charge_acc_null',
2016: l_progress);
2017: RAISE;
2018: END is_dest_charge_acc_null;
2019:

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

2101: 'PO_WF_PO_CHARGE_ACC.are_COAs_same result='||result);
2102: END IF;
2103: EXCEPTION
2104: WHEN OTHERS THEN
2105: WF_CORE.context('PO_WF_PO_CHARGE_ACC', 'are_COAs_same',
2106: l_progress);
2107: RAISE;
2108: END are_COAs_same;
2109:

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

2154: l_progress := '030';
2155: result := WF_ENGINE.eng_completed || ':Y';
2156: EXCEPTION
2157: WHEN OTHERS THEN
2158: WF_CORE.context('PO_WF_PO_CHARGE_ACC','SET_NULL_RESP_ID',l_progress);
2159: raise;
2160:
2161: END set_null_resp_id;
2162:

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

2199: l_progress := '030';
2200: result := WF_ENGINE.eng_completed || ':Y';
2201: EXCEPTION
2202: WHEN OTHERS THEN
2203: WF_CORE.context('PO_WF_PO_CHARGE_ACC','RESET_RESP_ID',l_progress);
2204: RAISE;
2205: END reset_resp_id;
2206: --Bug4033391 End
2207: