DBA Data[Home] [Help]

APPS.OKL_AM_QUOTES_WF dependencies on OKL_AM_WF

Line 13: -- Description : Not required once the raise event is done from okl_am_wf

9:
10: -- Start of comments
11: --
12: -- Procedure Name : raise_pre_proceeds_event
13: -- Description : Not required once the raise event is done from okl_am_wf
14: -- Business Rules :
15: -- Parameters : itemtype, itemkey, actid, funcmode, resultout
16: -- Version : 1.0
17: --

Line 85: -- Description : Not required once the raise event is done from okl_am_wf

81:
82: -- Start of comments
83: --
84: -- Procedure Name : raise_repurchase_quote_event
85: -- Description : Not required once the raise event is done from okl_am_wf
86: -- Business Rules :
87: -- Parameters : itemtype, itemkey, actid, funcmode, resultout
88: -- Version : 1.0
89: --

Line 450: OKL_AM_WF.GET_NOTIFICATION_AGENT(

446: aname => 'MESSAGE_DOC',
447: avalue => 'plsql:okl_am_quotes_wf.pop_oklamppt_doc/'||itemkey);
448:
449: -- get the requestor
450: OKL_AM_WF.GET_NOTIFICATION_AGENT(
451: itemtype => itemtype,
452: itemkey => itemkey,
453: actid => actid,
454: funcmode => funcmode,

Line 3141: OKL_AM_WF.GET_NOTIFICATION_AGENT(

3137: aname => 'CONTRACT_NUMBER',
3138: avalue => l_k_number);
3139:
3140: -- get the requestor
3141: OKL_AM_WF.GET_NOTIFICATION_AGENT(
3142: itemtype => itemtype,
3143: itemkey => itemkey,
3144: actid => actid,
3145: funcmode => funcmode,

Line 4146: okl_am_wf.get_notification_agent(

4142: OPEN get_quote_csr(l_quote_id);
4143: FETCH get_quote_csr INTO l_quote_rec;
4144: CLOSE get_quote_csr;
4145:
4146: okl_am_wf.get_notification_agent(
4147: itemtype => itemtype
4148: , itemkey => itemkey
4149: , actid => actid
4150: , funcmode => funcmode

Line 4939: okl_am_wf.get_notification_agent(

4935: OPEN get_quote_csr(l_quote_id);
4936: FETCH get_quote_csr INTO l_last_updated_by, l_quote_number, l_current_party;
4937: CLOSE get_quote_csr;
4938:
4939: okl_am_wf.get_notification_agent(
4940: itemtype => itemtype
4941: , itemkey => itemkey
4942: , actid => actid
4943: , funcmode => funcmode

Line 4951: 'after call to okl_am_wf.get_notification_agent :'||l_return_status);

4947: -- Check that a quote id is returned for the TRANSACTION_ID given.
4948:
4949: IF (is_debug_statement_on) THEN
4950: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,L_MODULE_NAME,
4951: 'after call to okl_am_wf.get_notification_agent :'||l_return_status);
4952: END IF;
4953:
4954: IF l_last_updated_by IS NOT NULL AND l_user_name IS NOT NULL THEN
4955:

Line 5685: okl_am_wf.get_notification_agent(

5681: avalue => 'plsql:okl_am_quotes_wf.pop_stop_notification/'||l_id||':'||G_STOP);
5682:
5683: --get the name of requestor
5684:
5685: okl_am_wf.get_notification_agent(
5686: itemtype => itemtype
5687: , itemkey => itemkey
5688: , actid => actid
5689: , funcmode => funcmode

Line 7067: okl_am_wf.get_notification_agent(

7063: OPEN get_quote_csr(l_quote_id);
7064: FETCH get_quote_csr INTO r_qte_details;
7065: CLOSE get_quote_csr;
7066:
7067: okl_am_wf.get_notification_agent(
7068: itemtype => itemtype
7069: , itemkey => itemkey
7070: , actid => actid
7071: , funcmode => funcmode

Line 7207: okl_am_wf.get_notification_agent(

7203: OPEN get_quote_csr(l_quote_id);
7204: FETCH get_quote_csr INTO l_last_updated_by, l_quote_number;
7205: CLOSE get_quote_csr;
7206:
7207: okl_am_wf.get_notification_agent(
7208: itemtype => itemtype
7209: , itemkey => itemkey
7210: , actid => actid
7211: , funcmode => funcmode

Line 7597: okl_am_wf.get_notification_agent(

7593: FOR r_qte_details in get_quote_csr(l_quote_id) LOOP
7594:
7595: IF NOT l_header_done THEN
7596:
7597: okl_am_wf.get_notification_agent(
7598: itemtype => 'OKLAMNMQ'
7599: , itemkey => 'N/A'
7600: , actid => null
7601: , funcmode => 'RUN'

Line 8402: okl_am_wf.get_notification_agent(

8398: aname => 'MESSAGE_DOC',
8399: avalue => 'plsql:okl_am_quotes_wf.pop_roll_notification/'||l_id);
8400:
8401: --get the name of requestor
8402: okl_am_wf.get_notification_agent(
8403: itemtype => itemtype
8404: , itemkey => itemkey
8405: , actid => actid
8406: , funcmode => funcmode