DBA Data[Home] [Help]

APPS.OKL_LEASE_APP_PVT dependencies on WF_EVENT

Line 4: G_WF_EVT_LEASE_APP_WDW_PENDING CONSTANT wf_events.name%TYPE DEFAULT 'oracle.apps.okl.sales.leaseapplication.withdrawn';

1: PACKAGE BODY OKL_LEASE_APP_PVT AS
2: /* $Header: OKLRLAPB.pls 120.93.12010000.7 2008/12/20 01:36:06 smereddy ship $*/
3: -- Bug#4741121 - smadhava - Modified - Start
4: G_WF_EVT_LEASE_APP_WDW_PENDING CONSTANT wf_events.name%TYPE DEFAULT 'oracle.apps.okl.sales.leaseapplication.withdrawn';
5: G_WF_LEASE_APP_ID CONSTANT VARCHAR2(50) := 'LA_ID';
6: -- Bug#4741121 - smadhava - Modified - Start
7:
8: L_MODULE FND_LOG_MESSAGES.MODULE%TYPE;

Line 2151: wf_event.AddParameterToList('TRANSACTION_ID', p_transaction_id, l_parameter_list);

2147: CLOSE okl_key_csr;
2148:
2149: l_key := p_event_name || l_seq ;
2150:
2151: wf_event.AddParameterToList('TRANSACTION_ID', p_transaction_id, l_parameter_list);
2152:
2153: -- Raise Event
2154: wf_event.raise(p_event_name => p_event_name
2155: ,p_event_key => l_key

Line 2154: wf_event.raise(p_event_name => p_event_name

2150:
2151: wf_event.AddParameterToList('TRANSACTION_ID', p_transaction_id, l_parameter_list);
2152:
2153: -- Raise Event
2154: wf_event.raise(p_event_name => p_event_name
2155: ,p_event_key => l_key
2156: ,p_parameters => l_parameter_list);
2157:
2158: l_parameter_list.DELETE;

Line 2736: wf_event.addparametertolist('LAPP_ID'

2732:
2733: -- Bug#4741121 - viselvar - Modified - Start
2734: -- raise the business event passing the Lease Application id added to the parameter list
2735:
2736: wf_event.addparametertolist('LAPP_ID'
2737: ,p_lap_id
2738: ,l_parameter_list);
2739:
2740: okl_wf_pvt.raise_event( p_api_version => p_api_version

Line 3336: wf_event.addparametertolist('LAPP_ID'

3332:
3333: END IF;
3334: -- Bug#4741121 - viselvar - Modified - Start
3335: -- raise the business event passing the Lease Application id added to the parameter list
3336: wf_event.addparametertolist('LAPP_ID'
3337: ,x_lapv_rec.id
3338: ,l_parameter_list);
3339: okl_wf_pvt.raise_event(p_api_version => p_api_version
3340: ,p_init_msg_list => p_init_msg_list

Line 3444: wf_event.addparametertolist('LAPP_ID'

3440: END IF; -- Condition to check for call to create checklist instance
3441:
3442: -- Bug#4741121 - viselvar - Modified - Start
3443: -- raise the business event passing the Lease Application id added to the parameter list
3444: wf_event.addparametertolist('LAPP_ID'
3445: ,x_lapv_rec.id
3446: ,l_parameter_list);
3447: okl_wf_pvt.raise_event(p_api_version => p_api_version
3448: ,p_init_msg_list => p_init_msg_list

Line 3839: wf_event.addparametertolist('LAPP_ID'

3835: --It is already called in update_lease_qte
3836:
3837: -- Bug#4741121 - viselvar - Modified - Start
3838: -- raise the business event passing the Lease Application id added to the parameter list
3839: wf_event.addparametertolist('LAPP_ID'
3840: ,x_lapv_rec.id
3841: ,l_parameter_list);
3842: okl_wf_pvt.raise_event(p_api_version => p_api_version
3843: ,p_init_msg_list => p_init_msg_list

Line 4495: wf_event.addparametertolist('LAPP_ID'

4491: END IF;
4492:
4493: -- Bug#4741121 - viselvar - Modified - Start
4494: -- raise the business event passing the Lease Application id added to the parameter list
4495: wf_event.addparametertolist('LAPP_ID'
4496: ,l_lapv_rec.id
4497: ,l_parameter_list);
4498: okl_wf_pvt.raise_event(p_api_version => p_api_version
4499: ,p_init_msg_list => p_init_msg_list

Line 4716: wf_event.addparametertolist('LAPP_ID'

4712:
4713: l_lapv_rec := p_lapv_rec;
4714: -- Bug#4741121 - viselvar - Modified - Start
4715: -- raise the business event passing the Lease Application id added to the parameter list
4716: wf_event.addparametertolist('LAPP_ID'
4717: ,p_lapv_rec.id
4718: ,l_parameter_list);
4719:
4720: okl_wf_pvt.raise_event( p_api_version => p_api_version

Line 4945: wf_event.addparametertolist('LAPP_ID'

4941:
4942: -- Bug#4741121 - viselvar - Modified - Start
4943: -- raise the business event passing the Lease Application id added to the parameter list
4944: -- this event is raised after the quote is accepted ie the quote status is changed
4945: wf_event.addparametertolist('LAPP_ID'
4946: ,p_lapv_rec.id
4947: ,l_parameter_list);
4948:
4949: okl_wf_pvt.raise_event(p_api_version => p_api_version

Line 5030: l_event_name wf_events.name%TYPE;

5026: x_lsqv_rec lsqv_rec_type;
5027:
5028: -- Bug#4741121 - smadhava - Added - Start
5029: l_parameter_list WF_PARAMETER_LIST_T;
5030: l_event_name wf_events.name%TYPE;
5031: -- Bug#4741121 - smadhava - Added - End
5032: BEGIN
5033: l_return_status := OKL_API.G_RET_STS_SUCCESS;
5034: L_MODULE := 'OKL.PLSQL.OKL_LEASE_APP_PVT.LEASE_APP_WITHDRAW';

Line 5292: wf_event.AddParameterToList(G_WF_LEASE_APP_ID

5288: --raise workflow submit event
5289: l_event_name := G_WF_EVT_LEASE_APP_WDW_PENDING;
5290:
5291: -- Add the version id to the wf parameter list
5292: wf_event.AddParameterToList(G_WF_LEASE_APP_ID
5293: ,l_lapv_rec.ID
5294: ,l_parameter_list);
5295: --added by akrangan
5296: wf_event.AddParameterToList('ORG_ID',mo_global.get_current_org_id ,l_parameter_list);

Line 5296: wf_event.AddParameterToList('ORG_ID',mo_global.get_current_org_id ,l_parameter_list);

5292: wf_event.AddParameterToList(G_WF_LEASE_APP_ID
5293: ,l_lapv_rec.ID
5294: ,l_parameter_list);
5295: --added by akrangan
5296: wf_event.AddParameterToList('ORG_ID',mo_global.get_current_org_id ,l_parameter_list);
5297:
5298:
5299: -- Raise the workflow event for Withdrawal of lease application
5300: OKL_WF_PVT.raise_event(p_api_version => p_api_version,

Line 5943: wf_event.addparametertolist('LAPP_ID'

5939: END IF; -- Condition to check for call to create checklist instance
5940:
5941: -- Bug#4741121 - viselvar - Modified - Start
5942: -- raise the business event passing the Lease Application id added to the parameter list
5943: wf_event.addparametertolist('LAPP_ID'
5944: ,x_lapv_rec.id
5945: ,l_parameter_list);
5946: okl_wf_pvt.raise_event(p_api_version => p_api_version
5947: ,p_init_msg_list => p_init_msg_list

Line 6103: wf_event.addparametertolist('LAPP_ID'

6099: l_lapv_rec := p_lapv_rec;
6100:
6101: -- Bug#4741121 - viselvar - Modified - Start
6102: -- raise the business event passing the Lease Application id added to the parameter list
6103: wf_event.addparametertolist('LAPP_ID'
6104: ,p_lapv_rec.id
6105: ,l_parameter_list);
6106:
6107: okl_wf_pvt.raise_event( p_api_version => p_api_version

Line 6354: wf_event.addparametertolist('LAPP_ID'

6350:
6351: -- Bug#4741121 - viselvar - Modified - Start
6352: -- raise the business event passing the Lease Application id added to the parameter list
6353:
6354: wf_event.addparametertolist('LAPP_ID'
6355: ,p_lapv_rec.id
6356: ,l_parameter_list);
6357:
6358: okl_wf_pvt.raise_event( p_api_version => p_api_version

Line 6773: wf_event.addparametertolist('LAPP_ID'

6769:
6770: --Trigger the Credit Approval workflow
6771: --Bug#4741121 - viselvar - Modified - Start
6772: --raise the business event passing the Lease Application id added to the parameter list
6773: wf_event.addparametertolist('LAPP_ID'
6774: ,x_lapv_rec.id
6775: ,l_parameter_list);
6776: okl_wf_pvt.raise_event(p_api_version => p_api_version
6777: ,p_init_msg_list => p_init_msg_list

Line 7697: wf_event.addparametertolist('LAPP_ID'

7693: END IF;
7694: -- Bug#4741121 - viselvar - Modified - Start
7695: -- raise the business event passing the Lease Application id added to the parameter list
7696:
7697: wf_event.addparametertolist('LAPP_ID'
7698: ,p_lap_id
7699: ,l_parameter_list);
7700:
7701: okl_wf_pvt.raise_event(p_api_version => p_api_version

Line 8674: wf_event.addparametertolist('LAPP_ID'

8670: RAISE OKL_API.G_EXCEPTION_ERROR;
8671: END IF;
8672:
8673: -- raise the business event passing the Lease Application id added to the parameter list
8674: wf_event.addparametertolist('LAPP_ID'
8675: ,x_lapv_rec.id
8676: ,l_parameter_list);
8677:
8678: okl_wf_pvt.raise_event(p_api_version => p_api_version

Line 9035: wf_event.addparametertolist('LAPP_ID'

9031: END IF;
9032:
9033: -- Bug#4741121 - viselvar - Modified - Start
9034: -- raise the business event passing the Lease Application id added to the parameter list
9035: wf_event.addparametertolist('LAPP_ID'
9036: ,p_lease_app_id
9037: ,l_parameter_list);
9038:
9039: okl_wf_pvt.raise_event(p_api_version => p_api_version

Line 9490: wf_event.addparametertolist('LAPP_ID'

9486: RAISE OKL_API.G_EXCEPTION_ERROR;
9487: END IF;
9488:
9489: -- raise the business event passing the Lease Application id added to the parameter list
9490: wf_event.addparametertolist('LAPP_ID'
9491: ,x_lapv_rec.id
9492: ,l_parameter_list);
9493: okl_wf_pvt.raise_event(p_api_version => p_api_version
9494: ,p_init_msg_list => p_init_msg_list

Line 10264: wf_event.addparametertolist('LAPP_ID'

10260: END IF;
10261:
10262: -- Bug#4741121 - viselvar - Modified - Start
10263: -- raise the business event passing the Lease Application id added to the parameter list
10264: wf_event.addparametertolist('LAPP_ID'
10265: ,p_lap_id
10266: ,l_parameter_list);
10267:
10268: okl_wf_pvt.raise_event( p_api_version => p_api_version