DBA Data[Home] [Help]

APPS.POS_SPM_WF_PKG1 dependencies on WF_CORE

Line 485: wf_core.context(g_package_name,'NOTIFY_ADDR_EVENTS',l_itemtype,l_itemkey);

481: x_receiver := l_receiver;
482:
483: EXCEPTION
484: WHEN OTHERS THEN
485: wf_core.context(g_package_name,'NOTIFY_ADDR_EVENTS',l_itemtype,l_itemkey);
486: raise_application_error(-20041, 'Failure at step ' || l_step, true);
487: END notify_addr_events;
488:
489: -- notify buyer admins that an address is created

Line 674: wf_core.context(g_package_name,'NOTIFY_BUS_CLASS_CRT_REMOVED',l_itemtype,l_itemkey);

670: x_receiver := l_receiver;
671:
672: EXCEPTION
673: WHEN OTHERS THEN
674: wf_core.context(g_package_name,'NOTIFY_BUS_CLASS_CRT_REMOVED',l_itemtype,l_itemkey);
675: raise_application_error(-20043,'Failure at step ' || l_step , true);
676: END notify_bus_class_changed;
677:
678: -- notify buyer admins that a business classification is added to the

Line 864: wf_core.context(g_package_name,'NOTIFY_CONTACT_CREATED',l_itemtype,l_itemkey);

860: x_receiver := l_receiver;
861:
862: EXCEPTION
863: WHEN OTHERS THEN
864: wf_core.context(g_package_name,'NOTIFY_CONTACT_CREATED',l_itemtype,l_itemkey);
865: raise_application_error(-20044,'Failure at step ' || l_step , true);
866: END notify_contact_events;
867:
868: -- notify buyer admins that an contact is removed

Line 1006: wf_core.context(g_package_name,'NOTIFY_CONTACT_LINK_CREATED',l_itemtype,l_itemkey);

1002: x_receiver := l_receiver;
1003:
1004: EXCEPTION
1005: WHEN OTHERS THEN
1006: wf_core.context(g_package_name,'NOTIFY_CONTACT_LINK_CREATED',l_itemtype,l_itemkey);
1007: raise_application_error(-20046, 'Failure at step ' || l_step , true);
1008: END notify_contact_link_events;
1009:
1010: PROCEDURE notify_contact_link_created

Line 1141: wf_core.context(g_package_name,'NOTIFY_PRODUCT_CRT_REMOVED',l_itemtype,l_itemkey);

1137: x_receiver := l_receiver;
1138:
1139: EXCEPTION
1140: WHEN OTHERS THEN
1141: wf_core.context(g_package_name,'NOTIFY_PRODUCT_CRT_REMOVED',l_itemtype,l_itemkey);
1142: raise_application_error(-20048, 'Failure at step ' || l_step, true);
1143: END notify_product_crt_removed;
1144:
1145: -- notify buyer admins that a business classification is added to the

Line 1441: wf_core.context(g_package_name,'NOTIFY_DUP_SUPPLIER_REG',l_itemtype,l_itemkey);

1437: WHEN OTHERS THEN
1438: -- bug 2809368, need to rollback before return as this procedure uses
1439: -- autonomous_transaction
1440: ROLLBACK;
1441: wf_core.context(g_package_name,'NOTIFY_DUP_SUPPLIER_REG',l_itemtype,l_itemkey);
1442: raise_application_error(-20049, 'Failure at step ' || l_step, true);
1443: END notify_dup_supplier_reg;
1444:
1445: PROCEDURE get_reg_ou_id

Line 1565: wf_core.context(g_package_name,'NOTIFY_SUPPLIER_REGISTERED',l_itemtype,l_itemkey);

1561: x_receiver := l_receiver;
1562:
1563: EXCEPTION
1564: WHEN OTHERS THEN
1565: wf_core.context(g_package_name,'NOTIFY_SUPPLIER_REGISTERED',l_itemtype,l_itemkey);
1566: raise_application_error(-20052, 'Failure at step ' || l_step, true);
1567: END notify_supplier_registered;
1568:
1569: FUNCTION get_admin_email RETURN VARCHAR2

Line 1708: wf_core.context(g_package_name,'NOTIFY_SUPPLIER_APPROVED',l_itemtype,l_itemkey);

1704: x_itemkey := l_itemkey;
1705:
1706: EXCEPTION
1707: WHEN OTHERS THEN
1708: wf_core.context(g_package_name,'NOTIFY_SUPPLIER_APPROVED',l_itemtype,l_itemkey);
1709: raise_application_error(-20053, 'Failure at step ' || l_step, true);
1710: END notify_supplier_approved;
1711:
1712: -- Notify supplie user of login info.

Line 1794: wf_core.context(g_package_name,'NOTIFY_SUPPLIER_USER_APPROVED',l_itemtype,l_itemkey);

1790: x_itemkey := l_itemkey;
1791:
1792: EXCEPTION
1793: WHEN OTHERS THEN
1794: wf_core.context(g_package_name,'NOTIFY_SUPPLIER_USER_APPROVED',l_itemtype,l_itemkey);
1795: raise_application_error(-20053, 'Failure at step ' || l_step, true);
1796: END notify_supplier_user_approved;
1797:
1798: -- notify the supplier that his/her supplier registration is

Line 1887: wf_core.context(g_package_name,'NOTIFY_SUPPLIER_REJECTED',l_itemtype,l_itemkey);

1883: x_receiver := l_receiver;
1884:
1885: EXCEPTION
1886: WHEN OTHERS THEN
1887: wf_core.context(g_package_name,'NOTIFY_SUPPLIER_REJECTED',l_itemtype,l_itemkey);
1888: raise_application_error(-20050, 'Failure at step ' || l_step, true);
1889: END notify_supplier_rejected;
1890:
1891: -- This procedure is used by workflow to generate the buyer note with proper heading

Line 1940: wf_core.context(g_package_name,'BUYER_NOTE',Sqlerrm);

1936: END IF;
1937:
1938: EXCEPTION
1939: WHEN OTHERS THEN
1940: wf_core.context(g_package_name,'BUYER_NOTE',Sqlerrm);
1941: raise_application_error(-20051, 'Failure at step ' || l_step, true);
1942: END buyer_note;
1943:
1944: -- generates the buyer's note document for notifications to suppliers on

Line 1970: wf_core.context(g_package_name,'BANK_ACCT_BUYER_NOTE',Sqlerrm);

1966: END IF;
1967:
1968: EXCEPTION
1969: WHEN OTHERS THEN
1970: wf_core.context(g_package_name,'BANK_ACCT_BUYER_NOTE',Sqlerrm);
1971: raise_application_error(-20051, 'Failure at step ' || l_step, true);
1972: END bank_acct_buyer_note;
1973:
1974: --

Line 2047: WF_CORE.CONTEXT ('POS_SPM_WF_PKG1', 'setup_acct_action_receiver', itemtype, itemkey, to_char(actid), funcmode);

2043: resultout := 'COMPLETE';
2044:
2045: EXCEPTION
2046: WHEN OTHERS THEN
2047: WF_CORE.CONTEXT ('POS_SPM_WF_PKG1', 'setup_acct_action_receiver', itemtype, itemkey, to_char(actid), funcmode);
2048: END setup_acct_action_receiver;
2049:
2050: -- wf function activity to setup buyer receivers for supplier account update
2051: PROCEDURE setup_acct_upd_buyer_rcvr

Line 2103: WF_CORE.CONTEXT ('POS_SPM_WF_PKG1', 'setup_acct_upd_buyer_rcvr', itemtype,

2099: RETURN;
2100:
2101: EXCEPTION
2102: WHEN OTHERS THEN
2103: WF_CORE.CONTEXT ('POS_SPM_WF_PKG1', 'setup_acct_upd_buyer_rcvr', itemtype,
2104: itemkey, to_char(actid), funcmode);
2105: RAISE;
2106: END setup_acct_upd_buyer_rcvr;
2107:

Line 2210: WF_CORE.CONTEXT ('POS_SPM_WF_PKG1', 'setup_acct_crt_buyer_rcvr', itemtype,itemkey, to_char(actid), funcmode);

2206: RETURN;
2207:
2208: EXCEPTION
2209: WHEN OTHERS THEN
2210: WF_CORE.CONTEXT ('POS_SPM_WF_PKG1', 'setup_acct_crt_buyer_rcvr', itemtype,itemkey, to_char(actid), funcmode);
2211: END setup_acct_crt_buyer_rcvr;
2212:
2213: -- wf function activity to setup supplier receiver for account creation
2214: PROCEDURE setup_acct_crt_supp_rcvr

Line 2307: wf_core.context(g_package_name,'NOTIFY_ACCOUNT_CREATE',l_itemtype,l_itemkey);

2303: x_itemkey := l_itemkey;
2304:
2305: EXCEPTION
2306: WHEN OTHERS THEN
2307: wf_core.context(g_package_name,'NOTIFY_ACCOUNT_CREATE',l_itemtype,l_itemkey);
2308: raise_application_error(-20050, 'Failure at step ' || l_step, true);
2309:
2310: END notify_account_create;
2311:

Line 2404: wf_core.context(g_package_name,'NOTIFY_BUYER_CREATE_ACCOUNT',l_itemtype,l_itemkey);

2400: x_itemkey := l_itemkey;
2401:
2402: EXCEPTION
2403: WHEN OTHERS THEN
2404: wf_core.context(g_package_name,'NOTIFY_BUYER_CREATE_ACCOUNT',l_itemtype,l_itemkey);
2405: raise_application_error(-20050, 'Failure at step ' || l_step, true);
2406: end notify_buyer_create_account;
2407:
2408: PROCEDURE notify_account_update

Line 2505: wf_core.context(g_package_name,'NOTIFY_ACCOUNT_UPDATE',l_itemtype,l_itemkey);

2501: x_itemkey := l_itemkey;
2502:
2503: EXCEPTION
2504: WHEN OTHERS THEN
2505: wf_core.context(g_package_name,'NOTIFY_ACCOUNT_UPDATE',l_itemtype,l_itemkey);
2506: raise_application_error(-20050, 'Failure at step ' || l_step, true);
2507:
2508: END notify_account_update;
2509:

Line 2608: wf_core.context(g_package_name,'NOTIFY_BUYER_UPDATE_ACCOUNT',l_itemtype,l_itemkey);

2604: x_itemkey := l_itemkey;
2605:
2606: EXCEPTION
2607: WHEN OTHERS THEN
2608: wf_core.context(g_package_name,'NOTIFY_BUYER_UPDATE_ACCOUNT',l_itemtype,l_itemkey);
2609: raise_application_error(-20050, 'Failure at step ' || l_step, true);
2610:
2611: END notify_buyer_update_account;
2612:

Line 2749: WF_CORE.CONTEXT ('POS_SPM_WF_PKG1', 'setup_acct_addr_receiver', itemtype,

2745: RETURN;
2746:
2747: EXCEPTION
2748: WHEN OTHERS THEN
2749: WF_CORE.CONTEXT ('POS_SPM_WF_PKG1', 'setup_acct_addr_receiver', itemtype,
2750: itemkey, to_char(actid), funcmode);
2751: RAISE;
2752: END setup_acct_addr_receiver;
2753:

Line 2861: wf_core.context(g_package_name,'NOTIFY_ACCT_ADDR_CRTCHGRMV',l_itemtype,l_itemkey);

2857: x_itemkey := l_itemkey;
2858:
2859: EXCEPTION
2860: WHEN OTHERS THEN
2861: wf_core.context(g_package_name,'NOTIFY_ACCT_ADDR_CRTCHGRMV',l_itemtype,l_itemkey);
2862: raise_application_error(-20050, 'Failure at step ' || l_step, true);
2863: END notify_acct_addr_crtchgrmv;
2864:
2865: PROCEDURE notify_acct_addr_created

Line 3225: WF_CORE.CONTEXT('POSNOTIFY','POSNOTIFY',L_ITEMTYPE,L_ITEMKEY);

3221: COMMIT;
3222:
3223: Exception
3224: WHEN OTHERS THEN
3225: WF_CORE.CONTEXT('POSNOTIFY','POSNOTIFY',L_ITEMTYPE,L_ITEMKEY);
3226: WF_CORE.RAISE('ERROR_NAME');
3227: RAISE_APPLICATION_ERROR(-20041, 'FAILURE AT STEP ' , TRUE);
3228:
3229: END PROS_SUPP_NOTIFICATION;

Line 3226: WF_CORE.RAISE('ERROR_NAME');

3222:
3223: Exception
3224: WHEN OTHERS THEN
3225: WF_CORE.CONTEXT('POSNOTIFY','POSNOTIFY',L_ITEMTYPE,L_ITEMKEY);
3226: WF_CORE.RAISE('ERROR_NAME');
3227: RAISE_APPLICATION_ERROR(-20041, 'FAILURE AT STEP ' , TRUE);
3228:
3229: END PROS_SUPP_NOTIFICATION;
3230:

Line 3312: wf_core.context(g_package_name,'notify_bank_aprv_supp_aprv',l_itemtype,l_itemkey);

3308: x_receiver := l_receiver;
3309:
3310: EXCEPTION
3311: WHEN OTHERS THEN
3312: wf_core.context(g_package_name,'notify_bank_aprv_supp_aprv',l_itemtype,l_itemkey);
3313: IF ( fnd_log.level_error >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
3314: FND_LOG.string(fnd_log.level_error, 'pos_spm_wf_pkg1' , 'Call to notify_bank_aprv_supp_aprv failed');
3315: END IF;
3316: END notify_bank_aprv_supp_aprv;

Line 3401: wf_core.context(g_package_name,'NOTIFY_SUPPLIER_APPROVED_SSO_SYNC',l_itemtype,l_itemkey);

3397: x_itemkey := l_itemkey;
3398:
3399: EXCEPTION
3400: WHEN OTHERS THEN
3401: wf_core.context(g_package_name,'NOTIFY_SUPPLIER_APPROVED_SSO_SYNC',l_itemtype,l_itemkey);
3402: raise_application_error(-20053, 'Failure at step ' || l_step, true);
3403: END notify_supplier_apprv_ssosync;
3404:
3405: -- send email to non-primary contact of user registration

Line 3480: wf_core.context(g_package_name,'NOTIFY_USER_APPROVED_SSO_SYNC',l_itemtype,l_itemkey);

3476: x_itemkey := l_itemkey;
3477:
3478: EXCEPTION
3479: WHEN OTHERS THEN
3480: wf_core.context(g_package_name,'NOTIFY_USER_APPROVED_SSO_SYNC',l_itemtype,l_itemkey);
3481: raise_application_error(-20053, 'Failure at step ' || l_step, true);
3482: END notify_user_approved_sso_sync;
3483:
3484: -- CODE ADDED FOR BUSINESS CLASSIFICATION RE-CERTIFICATION ER

Line 3733: wf_core.context(g_package_name,'bc_recert_workflow',l_itemtype,l_itemkey);

3729: EXCEPTION
3730:
3731: WHEN OTHERS THEN
3732:
3733: wf_core.context(g_package_name,'bc_recert_workflow',l_itemtype,l_itemkey);
3734:
3735: IF ( fnd_log.level_error >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
3736: FND_LOG.string(fnd_log.level_error, 'pos_spm_wf_pkg1' , 'Call to the workflow process for sending reminder notifications for Business Classification Re-Certification failed.');
3737: END IF;