DBA Data[Home] [Help]

APPS.PO_CHANGEORDERWF_PVT dependencies on WF_CORE

Line 453: wf_core.context('PO_ChangeOrderWF_PVT',

449:
450: commit;
451: EXCEPTION
452: WHEN OTHERS THEN
453: wf_core.context('PO_ChangeOrderWF_PVT',
454: 'InsertActionHist'||sqlerrm,x_progress);
455: raise;
456:
457: END InsertActionHist;

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

1139: IF g_fnd_debug = 'Y' AND FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
1140: FND_LOG.string(FND_LOG.level_unexpected, g_module_prefix ||
1141: l_api_name || '.others_exception', sqlerrm);
1142: END IF;
1143: wf_core.context('PO_ChangeOrderWF_PVT','Register_rejection',l_progress);
1144: raise;
1145: end;
1146:
1147: /*

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

1386: l_revision_num,
1387: resultout);
1388: end if;
1389: exception when others then
1390: wf_core.context('PO_ChangeOrderWF_PVT','IS_PO_HDR_REJECTED',x_progress);
1391: raise;
1392: END IS_PO_HDR_REJECTED;
1393:
1394: /*

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

1453: x_result_code := 'N';
1454: end if;
1455: end if;
1456: exception when others then
1457: wf_core.context('PO_ChangeOrderWF_PVT','IsPOHeaderRejected','000');
1458: raise;
1459: END IsPOHeaderRejected;
1460:
1461: PROCEDURE GEN_NTF_FOR_REQ_SUP_CHN( p_code IN varchar2,

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

5757: avalue => '');
5758:
5759: end if;
5760: exception when others then
5761: wf_core.context('PO_ChangeOrderWF_PVT','IS_PRORATE_NEEDED',x_progress);
5762: raise;
5763: END IS_PRORATE_NEEDED;
5764:
5765: /*

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

5890:
5891: end if;
5892:
5893: exception when others then
5894: wf_core.context('PO_ChangeOrderWF_PVT','CHG_STATUS_TO_APPROVED',x_progress);
5895: raise;
5896: END CHG_STATUS_TO_APPROVED;
5897:
5898:

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

5950: x_progress := '003';
5951: raise l_carryover_exception;
5952: end if;
5953: exception when others then
5954: wf_core.context('PO_ChangeOrderWF_PVT','CARRY_SUP_ACK_TO_NEW_REV',x_progress);
5955: raise;
5956: END CARRY_SUP_ACK_TO_NEW_REV;
5957:
5958: /*

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

5993: resultout := 'N';
5994: END if;
5995:
5996: exception when others then
5997: wf_core.context('PO_ChangeOrderWF_PVT','DOES_PO_REQ_SUP_ACK',x_progress);
5998: raise;
5999: END DOES_PO_REQ_SUP_ACK;
6000:
6001: /*

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

6554:
6555: Wf_Engine.SetItemAttrTextArray(itemtype, itemkey,t_varname,t_varval);
6556:
6557: exception when others then
6558: wf_core.context('PO_ChangeOrderWF_PVT','is_po_approved_by_hie',x_progress);
6559: raise;
6560: END is_po_approved_by_hie;
6561:
6562:

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

6596: avalue => l_item_key );
6597:
6598:
6599: exception when others then
6600: wf_core.context('PO_ChangeOrderWF_PVT','set_data_sup_chn_evt',x_progress);
6601: raise;
6602: END set_data_sup_chn_evt;
6603:
6604:

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

6694: p_note => null,
6695: p_path_id => null);
6696: end if;
6697: exception when others then
6698: wf_core.context('PO_ChangeOrderWF_PVT','ANY_NEW_SUP_CHN',x_progress);
6699: raise;
6700: END ANY_NEW_SUP_CHN;
6701:
6702: procedure any_supplier_change( itemtype in varchar2,

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

6820: resultout := 'N';
6821: end if;
6822:
6823: exception when no_data_found then
6824: wf_core.context('PO_ChangeOrderWF_PVT','any_supplier_change','010');
6825: raise;
6826: when others then
6827: wf_core.context('PO_ChangeOrderWF_PVT','any_supplier_change',x_progress);
6828: raise;

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

6823: exception when no_data_found then
6824: wf_core.context('PO_ChangeOrderWF_PVT','any_supplier_change','010');
6825: raise;
6826: when others then
6827: wf_core.context('PO_ChangeOrderWF_PVT','any_supplier_change',x_progress);
6828: raise;
6829: END any_supplier_change;
6830:
6831:

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

7538: end loop;
7539: close l_planners_csr;
7540:
7541: exception when others then
7542: wf_core.context('PO_ChangeOrderWF_PVT','NOTIFY_REQ_PLAN',l_progress);
7543: raise;
7544: END NOTIFY_REQ_PLAN ;
7545:
7546: procedure PROCESS_RESPONSE ( itemtype in varchar2,

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

7578: l_revision_num, l_chg_req_grp_id, fnd_global.user_id, l_err_msg,
7579: l_return_code,l_doc_check_rec_type, 'Y', 'Y');
7580:
7581: exception when others then
7582: wf_core.context('PO_ChangeOrderWF_PVT','PROCESS_RESPONSE',x_progress);
7583: raise;
7584: END PROCESS_RESPONSE;
7585:
7586: procedure BUYER_ACCEPT_CHANGE ( itemtype in varchar2,

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

7617: where change_request_group_id = l_chg_req_grp_id
7618: and request_status in ('PENDING','REQ_APP'); -- RDP ( Update records lying in REQ_APP status too)
7619:
7620: exception when others then
7621: wf_core.context('PO_ChangeOrderWF_PVT','BUYER_ACCEPT_CHANGE','000');
7622: raise;
7623: end BUYER_ACCEPT_CHANGE;
7624:
7625: procedure BUYER_REJECT_CHANGE ( itemtype in varchar2,

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

7687: response_date = sysdate
7688: where change_request_group_id = l_chg_req_grp_id
7689: and request_status in ('PENDING','REQ_APP'); -- RDP ( Update records lying in REQ_APP status too)
7690: exception when others then
7691: wf_core.context('PO_ChangeOrderWF_PVT','BUYER_REJECT_CHANGE','000');
7692: raise;
7693: end BUYER_REJECT_CHANGE;
7694:
7695: /*