DBA Data[Home] [Help]

APPS.PO_CHANGEORDERWF_PVT dependencies on WF_CORE

Line 475: wf_core.context('PO_ChangeOrderWF_PVT',

471:
472: commit;
473: EXCEPTION
474: WHEN OTHERS THEN
475: wf_core.context('PO_ChangeOrderWF_PVT',
476: 'InsertActionHist'||sqlerrm,x_progress);
477: raise;
478:
479: END InsertActionHist;

Line 1238: wf_core.context('PO_ChangeOrderWF_PVT','Register_rejection',l_progress);

1234: IF g_fnd_debug = 'Y' AND FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
1235: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||
1236: l_api_name || '.others_exception', sqlerrm);
1237: END IF;
1238: wf_core.context('PO_ChangeOrderWF_PVT','Register_rejection',l_progress);
1239: raise;
1240: end;
1241:
1242: /*

Line 1531: wf_core.context('PO_ChangeOrderWF_PVT','IS_PO_HDR_REJECTED',x_progress);

1527: l_revision_num,
1528: resultout);
1529: end if;
1530: exception when others then
1531: wf_core.context('PO_ChangeOrderWF_PVT','IS_PO_HDR_REJECTED',x_progress);
1532: raise;
1533: END IS_PO_HDR_REJECTED;
1534:
1535: /*

Line 1598: wf_core.context('PO_ChangeOrderWF_PVT','IsPOHeaderRejected','000');

1594: x_result_code := 'N';
1595: end if;
1596: end if;
1597: exception when others then
1598: wf_core.context('PO_ChangeOrderWF_PVT','IsPOHeaderRejected','000');
1599: raise;
1600: END IsPOHeaderRejected;
1601:
1602: PROCEDURE GEN_NTF_FOR_REQ_SUP_CHN( p_code IN varchar2,

Line 5915: wf_core.context('PO_ChangeOrderWF_PVT','IS_PRORATE_NEEDED',x_progress);

5911: avalue => '');
5912:
5913: end if;
5914: exception when others then
5915: wf_core.context('PO_ChangeOrderWF_PVT','IS_PRORATE_NEEDED',x_progress);
5916: raise;
5917: END IS_PRORATE_NEEDED;
5918:
5919: /*

Line 6048: wf_core.context('PO_ChangeOrderWF_PVT','CHG_STATUS_TO_APPROVED',x_progress);

6044:
6045: end if;
6046:
6047: exception when others then
6048: wf_core.context('PO_ChangeOrderWF_PVT','CHG_STATUS_TO_APPROVED',x_progress);
6049: raise;
6050: END CHG_STATUS_TO_APPROVED;
6051:
6052:

Line 6112: wf_core.context('PO_ChangeOrderWF_PVT','CARRY_SUP_ACK_TO_NEW_REV',x_progress);

6108: l_release_id,
6109: l_revision_num);
6110:
6111: exception when others then
6112: wf_core.context('PO_ChangeOrderWF_PVT','CARRY_SUP_ACK_TO_NEW_REV',x_progress);
6113: raise;
6114: END CARRY_SUP_ACK_TO_NEW_REV;
6115:
6116: /*

Line 6155: wf_core.context('PO_ChangeOrderWF_PVT','DOES_PO_REQ_SUP_ACK',x_progress);

6151: resultout := 'N';
6152: END if;
6153:
6154: exception when others then
6155: wf_core.context('PO_ChangeOrderWF_PVT','DOES_PO_REQ_SUP_ACK',x_progress);
6156: raise;
6157: END DOES_PO_REQ_SUP_ACK;
6158:
6159: /*

Line 6716: wf_core.context('PO_ChangeOrderWF_PVT','is_po_approved_by_hie',x_progress);

6712:
6713: Wf_Engine.SetItemAttrTextArray(itemtype, itemkey,t_varname,t_varval);
6714:
6715: exception when others then
6716: wf_core.context('PO_ChangeOrderWF_PVT','is_po_approved_by_hie',x_progress);
6717: raise;
6718: END is_po_approved_by_hie;
6719:
6720:

Line 6758: wf_core.context('PO_ChangeOrderWF_PVT','set_data_sup_chn_evt',x_progress);

6754: avalue => l_item_key );
6755:
6756:
6757: exception when others then
6758: wf_core.context('PO_ChangeOrderWF_PVT','set_data_sup_chn_evt',x_progress);
6759: raise;
6760: END set_data_sup_chn_evt;
6761:
6762:

Line 6856: wf_core.context('PO_ChangeOrderWF_PVT','ANY_NEW_SUP_CHN',x_progress);

6852: p_note => null,
6853: p_path_id => null);
6854: end if;
6855: exception when others then
6856: wf_core.context('PO_ChangeOrderWF_PVT','ANY_NEW_SUP_CHN',x_progress);
6857: raise;
6858: END ANY_NEW_SUP_CHN;
6859:
6860: procedure any_supplier_change( itemtype in varchar2,

Line 6982: wf_core.context('PO_ChangeOrderWF_PVT','any_supplier_change','010');

6978: resultout := 'N';
6979: end if;
6980:
6981: exception when no_data_found then
6982: wf_core.context('PO_ChangeOrderWF_PVT','any_supplier_change','010');
6983: raise;
6984: when others then
6985: wf_core.context('PO_ChangeOrderWF_PVT','any_supplier_change',x_progress);
6986: raise;

Line 6985: wf_core.context('PO_ChangeOrderWF_PVT','any_supplier_change',x_progress);

6981: exception when no_data_found then
6982: wf_core.context('PO_ChangeOrderWF_PVT','any_supplier_change','010');
6983: raise;
6984: when others then
6985: wf_core.context('PO_ChangeOrderWF_PVT','any_supplier_change',x_progress);
6986: raise;
6987: END any_supplier_change;
6988:
6989:

Line 7700: wf_core.context('PO_ChangeOrderWF_PVT','NOTIFY_REQ_PLAN',l_progress);

7696: end loop;
7697: close l_planners_csr;
7698:
7699: exception when others then
7700: wf_core.context('PO_ChangeOrderWF_PVT','NOTIFY_REQ_PLAN',l_progress);
7701: raise;
7702: END NOTIFY_REQ_PLAN ;
7703:
7704: procedure PROCESS_RESPONSE ( itemtype in varchar2,

Line 7740: wf_core.context('PO_ChangeOrderWF_PVT','PROCESS_RESPONSE',x_progress);

7736: l_revision_num, l_chg_req_grp_id, fnd_global.user_id, l_err_msg,
7737: l_return_code,l_doc_check_rec_type, 'Y', 'Y');
7738:
7739: exception when others then
7740: wf_core.context('PO_ChangeOrderWF_PVT','PROCESS_RESPONSE',x_progress);
7741: raise;
7742: END PROCESS_RESPONSE;
7743:
7744: procedure BUYER_ACCEPT_CHANGE ( itemtype in varchar2,

Line 7779: wf_core.context('PO_ChangeOrderWF_PVT','BUYER_ACCEPT_CHANGE','000');

7775: where change_request_group_id = l_chg_req_grp_id
7776: and request_status in ('PENDING','REQ_APP'); -- RDP ( Update records lying in REQ_APP status too)
7777:
7778: exception when others then
7779: wf_core.context('PO_ChangeOrderWF_PVT','BUYER_ACCEPT_CHANGE','000');
7780: raise;
7781: end BUYER_ACCEPT_CHANGE;
7782:
7783: procedure BUYER_REJECT_CHANGE ( itemtype in varchar2,

Line 7849: wf_core.context('PO_ChangeOrderWF_PVT','BUYER_REJECT_CHANGE','000');

7845: response_date = sysdate
7846: where change_request_group_id = l_chg_req_grp_id
7847: and request_status in ('PENDING','REQ_APP'); -- RDP ( Update records lying in REQ_APP status too)
7848: exception when others then
7849: wf_core.context('PO_ChangeOrderWF_PVT','BUYER_REJECT_CHANGE','000');
7850: raise;
7851: end BUYER_REJECT_CHANGE;
7852:
7853: /*

Line 9178: WF_CORE.context('PO_ChangeOrderWF_PVT', 'PO_SUPCHG_SELECTOR', p_itemtype, p_itemkey, p_actid, p_funcmode);

9174: IF (g_fnd_debug = 'Y') THEN
9175: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.PO_ChangeOrderWF_PVT.PO_SUPCHG_SELECTOR.invoked','Exception in Selector Procedure');
9176: END IF;
9177:
9178: WF_CORE.context('PO_ChangeOrderWF_PVT', 'PO_SUPCHG_SELECTOR', p_itemtype, p_itemkey, p_actid, p_funcmode);
9179: RAISE;
9180:
9181: END PO_SUPCHG_SELECTOR;
9182: