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 4937: okl_am_wf.get_notification_agent(

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

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

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

Line 5683: okl_am_wf.get_notification_agent(

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

Line 7065: okl_am_wf.get_notification_agent(

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

Line 7205: okl_am_wf.get_notification_agent(

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

Line 7595: okl_am_wf.get_notification_agent(

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

Line 8400: okl_am_wf.get_notification_agent(

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