DBA Data[Home] [Help]

APPS.POS_SPM_WF_PKG1 dependencies on POS_SPM_WF_PKG1

Line 1: PACKAGE BODY pos_spm_wf_pkg1 AS

1: PACKAGE BODY pos_spm_wf_pkg1 AS
2: /* $Header: POSSPM1B.pls 120.30.12010000.8 2008/11/17 15:19:38 suyjoshi ship $ */
3:
4: TYPE g_refcur IS ref CURSOR;
5:

Line 6: g_package_name CONSTANT VARCHAR2(30) := 'POS_SPM_WF_PKG1';

2: /* $Header: POSSPM1B.pls 120.30.12010000.8 2008/11/17 15:19:38 suyjoshi ship $ */
3:
4: TYPE g_refcur IS ref CURSOR;
5:
6: g_package_name CONSTANT VARCHAR2(30) := 'POS_SPM_WF_PKG1';
7:
8: g_log_module CONSTANT VARCHAR2(30) := 'POSSPM1B';
9:
10: g_supplier_function_name CONSTANT fnd_form_functions.function_name%TYPE := 'POS_HT_SP_S_SUP_DET';

Line 1630: avalue => 'PLSQL:POS_SPM_WF_PKG1.BUYER_NOTE/'||To_char(p_supplier_reg_id));

1626:
1627: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1628: itemkey => l_itemkey,
1629: aname => 'BUYER_NOTE',
1630: avalue => 'PLSQL:POS_SPM_WF_PKG1.BUYER_NOTE/'||To_char(p_supplier_reg_id));
1631: l_step := 5;
1632: wf_engine.StartProcess(itemtype => l_itemtype,
1633: itemkey => l_itemkey );
1634: l_step := 6;

Line 1806: avalue => 'PLSQL:POS_SPM_WF_PKG1.BUYER_NOTE/'||To_char(p_supplier_reg_id));

1802:
1803: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1804: itemkey => l_itemkey,
1805: aname => 'BUYER_NOTE',
1806: avalue => 'PLSQL:POS_SPM_WF_PKG1.BUYER_NOTE/'||To_char(p_supplier_reg_id));
1807:
1808: l_step := 10;
1809: wf_engine.StartProcess(itemtype => l_itemtype,
1810: itemkey => l_itemkey );

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

1975: resultout := 'COMPLETE';
1976:
1977: EXCEPTION
1978: WHEN OTHERS THEN
1979: WF_CORE.CONTEXT ('POS_SPM_WF_PKG1', 'setup_acct_action_receiver', itemtype, itemkey, to_char(actid), funcmode);
1980: END setup_acct_action_receiver;
1981:
1982: -- wf function activity to setup buyer receivers for supplier account update
1983: PROCEDURE setup_acct_upd_buyer_rcvr

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

2031: RETURN;
2032:
2033: EXCEPTION
2034: WHEN OTHERS THEN
2035: WF_CORE.CONTEXT ('POS_SPM_WF_PKG1', 'setup_acct_upd_buyer_rcvr', itemtype,
2036: itemkey, to_char(actid), funcmode);
2037: RAISE;
2038: END setup_acct_upd_buyer_rcvr;
2039:

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

2138: RETURN;
2139:
2140: EXCEPTION
2141: WHEN OTHERS THEN
2142: WF_CORE.CONTEXT ('POS_SPM_WF_PKG1', 'setup_acct_crt_buyer_rcvr', itemtype,itemkey, to_char(actid), funcmode);
2143: END setup_acct_crt_buyer_rcvr;
2144:
2145: -- wf function activity to setup supplier receiver for account creation
2146: PROCEDURE setup_acct_crt_supp_rcvr

Line 2602: avalue => 'PLSQL:POS_SPM_WF_PKG1.BANK_ACCT_BUYER_NOTE/'||p_note);

2598:
2599: wf_engine.SetItemAttrText (itemtype => l_itemtype,
2600: itemkey => l_itemkey,
2601: aname => 'BUYER_NOTE',
2602: avalue => 'PLSQL:POS_SPM_WF_PKG1.BANK_ACCT_BUYER_NOTE/'||p_note);
2603:
2604: IF l_process = 'PACCOUNT_VERIFY' OR l_process = 'PACCOUNT_VERIFY_FAILED'
2605: THEN
2606: get_enterprise_name(l_enterprise_name);

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

2677: RETURN;
2678:
2679: EXCEPTION
2680: WHEN OTHERS THEN
2681: WF_CORE.CONTEXT ('POS_SPM_WF_PKG1', 'setup_acct_addr_receiver', itemtype,
2682: itemkey, to_char(actid), funcmode);
2683: RAISE;
2684: END setup_acct_addr_receiver;
2685:

Line 3129: FND_LOG.string(fnd_log.level_error, 'pos_spm_wf_pkg1' , 'Call to notify_bank_aprv_supp_aprv failed');

3125: EXCEPTION
3126: WHEN OTHERS THEN
3127: wf_core.context(g_package_name,'notify_bank_aprv_supp_aprv',l_itemtype,l_itemkey);
3128: IF ( fnd_log.level_error >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
3129: FND_LOG.string(fnd_log.level_error, 'pos_spm_wf_pkg1' , 'Call to notify_bank_aprv_supp_aprv failed');
3130: END IF;
3131: END notify_bank_aprv_supp_aprv;
3132: -- notify the supplier that his/her supplier registration is approved
3133: -- when the user (primary contact) already exists in OID and auto-link of username is enabled

Line 3193: avalue => 'PLSQL:POS_SPM_WF_PKG1.BUYER_NOTE/'||To_char(p_supplier_reg_id));

3189:
3190: wf_engine.SetItemAttrText (itemtype => l_itemtype,
3191: itemkey => l_itemkey,
3192: aname => 'BUYER_NOTE',
3193: avalue => 'PLSQL:POS_SPM_WF_PKG1.BUYER_NOTE/'||To_char(p_supplier_reg_id));
3194: l_step := 5;
3195: wf_engine.StartProcess(itemtype => l_itemtype,
3196: itemkey => l_itemkey );
3197: l_step := 6;

Line 3509: 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.');

3505:
3506: wf_core.context(g_package_name,'bc_recert_workflow',l_itemtype,l_itemkey);
3507:
3508: IF ( fnd_log.level_error >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
3509: 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.');
3510: END IF;
3511:
3512: END bc_recert_workflow;
3513:

Line 3517: END pos_spm_wf_pkg1;

3513:
3514: -- END OF CODE ADDED FOR BUSINESS CLASSIFICATION RE-CERTIFICATION ER
3515:
3516:
3517: END pos_spm_wf_pkg1;