DBA Data[Home] [Help]

APPS.POR_AMENDMENT_PKG dependencies on WF_CORE

Line 5074: wf_core.context('POR_AMENDMENT_PKG','CREATE_BASE_VERSION',x_progress);

5070:
5071: EXCEPTION
5072:
5073: WHEN OTHERS THEN
5074: wf_core.context('POR_AMENDMENT_PKG','CREATE_BASE_VERSION',x_progress);
5075: raise;
5076:
5077: END CREATE_BASE_VERSION;
5078:

Line 5123: wf_core.context('POR_AMENDMENT_PKG','MERGE_INTO_CONFORM_VERSION',x_progress);

5119:
5120: EXCEPTION
5121:
5122: WHEN OTHERS THEN
5123: wf_core.context('POR_AMENDMENT_PKG','MERGE_INTO_CONFORM_VERSION',x_progress);
5124: raise;
5125:
5126: END MERGE_INTO_CONFORM_VERSION;
5127:

Line 5257: wf_core.context('POR_AMENDMENT_PKG','MORE_BUYER_TO_NOTIFY',x_progress);

5253: END IF;
5254: EXCEPTION
5255:
5256: WHEN OTHERS THEN
5257: wf_core.context('POR_AMENDMENT_PKG','MORE_BUYER_TO_NOTIFY',x_progress);
5258: raise;
5259:
5260: END MORE_BUYER_TO_NOTIFY;
5261:

Line 5353: wf_core.context('POR_AMENDMENT_PKG','MORE_SOURCING_OWNER_TO_NOTIFY',x_progress);

5349: END IF;
5350: EXCEPTION
5351:
5352: WHEN OTHERS THEN
5353: wf_core.context('POR_AMENDMENT_PKG','MORE_SOURCING_OWNER_TO_NOTIFY',x_progress);
5354: raise;
5355:
5356: END MORE_SOURCING_OWNER_TO_NOTIFY;
5357:

Line 5507: wf_core.context('POR_AMENDMENT_PKG','SET_AMENDMENT_WF_ATTRIBUTES',x_progress);

5503:
5504: EXCEPTION
5505:
5506: WHEN OTHERS THEN
5507: wf_core.context('POR_AMENDMENT_PKG','SET_AMENDMENT_WF_ATTRIBUTES',x_progress);
5508: raise;
5509:
5510: END SET_AMENDMENT_WF_ATTRIBUTES;
5511:

Line 5617: wf_core.context('POR_AMENDMENT_PKG','amendment_post_merge_actions',x_progress);

5613: l_log_msg := x_progress||'CException: '||SQLERRM;
5614: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||l_api_name, l_log_msg);
5615:
5616: END IF;
5617: wf_core.context('POR_AMENDMENT_PKG','amendment_post_merge_actions',x_progress);
5618: raise;
5619:
5620: END amendment_post_merge_actions;
5621:

Line 7420: wf_core.context('POR_AMENDMENT_PKG','set_amendment_related_attrib',x_progress);

7416: l_log_msg := x_progress||'CException: '||SQLERRM;
7417: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||l_api_name, l_log_msg);
7418:
7419: END IF;
7420: wf_core.context('POR_AMENDMENT_PKG','set_amendment_related_attrib',x_progress);
7421: raise;
7422:
7423: END set_amendment_related_attrib;
7424:

Line 7558: wf_core.context('POR_AMENDMENT_PKG','SET_CLM_FUNDS_OVERRIDE',x_progress || ', ' || sqlerrm);

7554: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
7555: END IF;
7556: EXCEPTION
7557: WHEN Others THEN
7558: wf_core.context('POR_AMENDMENT_PKG','SET_CLM_FUNDS_OVERRIDE',x_progress || ', ' || sqlerrm);
7559: raise;
7560: END SET_CLM_FUNDS_OVERRIDE;
7561:
7562: PROCEDURE Clm_req_merge_reserve

Line 7680: wf_core.Context('POR_AMENDMENT_PKG','CLM_REQ_MERGE_RESERVE', x_progress);

7676: RETURN;
7677:
7678: EXCEPTION
7679: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
7680: wf_core.Context('POR_AMENDMENT_PKG','CLM_REQ_MERGE_RESERVE', x_progress);
7681: RAISE;
7682: WHEN OTHERS THEN
7683: x_progress := 'POR_AMENDMENT_PKG.CLM_REQ_MERGE_RESERVE: Do Reserve. Return Status.'||l_return_status;
7684: po_wf_debug_pkg.Insert_debug(itemtype,itemkey,x_progress);

Line 7786: wf_core.context('PO_REQAPPROVAL_ACTION','ReserveAutonomous', x_progress);

7782: COMMIT;
7783: EXCEPTION
7784: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
7785: ROLLBACK TO Clm_MergeReserve_Autonomous_SP;
7786: wf_core.context('PO_REQAPPROVAL_ACTION','ReserveAutonomous', x_progress);
7787: RAISE;
7788: WHEN OTHERS THEN
7789: wf_core.Context('POR_AMENDMENT_PKG','MERGE_INTO_CONFORM_VERSION', x_progress);
7790: ROLLBACK TO Clm_MergeReserve_Autonomous_SP;

Line 7789: wf_core.Context('POR_AMENDMENT_PKG','MERGE_INTO_CONFORM_VERSION', x_progress);

7785: ROLLBACK TO Clm_MergeReserve_Autonomous_SP;
7786: wf_core.context('PO_REQAPPROVAL_ACTION','ReserveAutonomous', x_progress);
7787: RAISE;
7788: WHEN OTHERS THEN
7789: wf_core.Context('POR_AMENDMENT_PKG','MERGE_INTO_CONFORM_VERSION', x_progress);
7790: ROLLBACK TO Clm_MergeReserve_Autonomous_SP;
7791: RAISE;
7792: END Clm_MergeReserve_Autonomous;
7793: