DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_RETURN_PVT dependencies on OKL_AM_WF

Line 1201: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'Raising workflow OKL_AM_WF.raise_business_event,oracle.apps.okl.am.notifyrepoagent, lx_artv_rec.id:' || lx_artv_rec.id);

1197:
1198: IF lp_artv_rec.art1_code = 'REPOS_REQUEST' AND l_repo_yn = 'N' THEN
1199: -- call notify repossession agent wf
1200: IF (is_debug_statement_on) THEN
1201: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'Raising workflow OKL_AM_WF.raise_business_event,oracle.apps.okl.am.notifyrepoagent, lx_artv_rec.id:' || lx_artv_rec.id);
1202: END IF;
1203: OKL_AM_WF.raise_business_event(lx_artv_rec.id,'oracle.apps.okl.am.notifyrepoagent');
1204: END IF;
1205:

Line 1203: OKL_AM_WF.raise_business_event(lx_artv_rec.id,'oracle.apps.okl.am.notifyrepoagent');

1199: -- call notify repossession agent wf
1200: IF (is_debug_statement_on) THEN
1201: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'Raising workflow OKL_AM_WF.raise_business_event,oracle.apps.okl.am.notifyrepoagent, lx_artv_rec.id:' || lx_artv_rec.id);
1202: END IF;
1203: OKL_AM_WF.raise_business_event(lx_artv_rec.id,'oracle.apps.okl.am.notifyrepoagent');
1204: END IF;
1205:
1206: -- create shipping instructions
1207:

Line 1232: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'Raising workflow OKL_AM_WF.raise_business_event,oracle.apps.okl.am.notifyremarketer, lx_artv_rec.id:' || lx_artv_rec.id);

1228: RAISE OKL_API.G_EXCEPTION_ERROR;
1229: END IF;
1230:
1231: IF (is_debug_statement_on) THEN
1232: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'Raising workflow OKL_AM_WF.raise_business_event,oracle.apps.okl.am.notifyremarketer, lx_artv_rec.id:' || lx_artv_rec.id);
1233: END IF;
1234: -- notify remarketer
1235: OKL_AM_WF.raise_business_event(lx_artv_rec.id,'oracle.apps.okl.am.notifyremarketer');
1236:

Line 1235: OKL_AM_WF.raise_business_event(lx_artv_rec.id,'oracle.apps.okl.am.notifyremarketer');

1231: IF (is_debug_statement_on) THEN
1232: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'Raising workflow OKL_AM_WF.raise_business_event,oracle.apps.okl.am.notifyremarketer, lx_artv_rec.id:' || lx_artv_rec.id);
1233: END IF;
1234: -- notify remarketer
1235: OKL_AM_WF.raise_business_event(lx_artv_rec.id,'oracle.apps.okl.am.notifyremarketer');
1236:
1237:
1238: IF (is_debug_statement_on) THEN
1239: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'calling okl_am_util_pvt.get_rule_record');

Line 1257: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'Raising workflow OKL_AM_WF.raise_business_event,oracle.apps.okl.am.notifytitleholder, lx_artv_rec.id:' || lx_artv_rec.id);

1253: END IF;
1254:
1255: IF l_return_status = OKL_API.G_RET_STS_SUCCESS AND l_rulv_rec.object2_id1 IS NOT NULL AND l_rulv_rec.object2_id1 <> OKL_API.G_MISS_NUM THEN
1256: IF (is_debug_statement_on) THEN
1257: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'Raising workflow OKL_AM_WF.raise_business_event,oracle.apps.okl.am.notifytitleholder, lx_artv_rec.id:' || lx_artv_rec.id);
1258: END IF;
1259: OKL_AM_WF.raise_business_event(lx_artv_rec.id,'oracle.apps.okl.am.notifytitleholder');
1260:
1261: END IF;

Line 1259: OKL_AM_WF.raise_business_event(lx_artv_rec.id,'oracle.apps.okl.am.notifytitleholder');

1255: IF l_return_status = OKL_API.G_RET_STS_SUCCESS AND l_rulv_rec.object2_id1 IS NOT NULL AND l_rulv_rec.object2_id1 <> OKL_API.G_MISS_NUM THEN
1256: IF (is_debug_statement_on) THEN
1257: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'Raising workflow OKL_AM_WF.raise_business_event,oracle.apps.okl.am.notifytitleholder, lx_artv_rec.id:' || lx_artv_rec.id);
1258: END IF;
1259: OKL_AM_WF.raise_business_event(lx_artv_rec.id,'oracle.apps.okl.am.notifytitleholder');
1260:
1261: END IF;
1262:
1263: -- ++++++++++++++++++++ service contract integration begin ++++++++++++++++++

Line 2141: -- okl_am_wf.raise_business_event(lp_artv_rec.id,'oracle.apps.okl.am.notifycollections');

2137:
2138: -- send notification to the user who created the notification request
2139:
2140: -- MDOKAL Bug 2883292, No longer called here
2141: -- okl_am_wf.raise_business_event(lp_artv_rec.id,'oracle.apps.okl.am.notifycollections');
2142:
2143: -- MDOKAL Bug 2883292, Changed condition
2144: -- ELSE
2145: x_return_status := OKL_API.G_RET_STS_ERROR;

Line 2488: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'calling okl_am_wf.raise_business_event,oracle.apps.okl.am.notifycollections, lp_artv_rec.id: ' || lp_artv_rec.id);

2484:
2485: IF lp_artv_rec.art1_code = 'REPOS_REQUEST' THEN
2486:
2487: IF (is_debug_statement_on) THEN
2488: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'calling okl_am_wf.raise_business_event,oracle.apps.okl.am.notifycollections, lp_artv_rec.id: ' || lp_artv_rec.id);
2489: END IF;
2490: -- send notification to the user who created the notification request
2491: okl_am_wf.raise_business_event(lp_artv_rec.id,'oracle.apps.okl.am.notifycollections');
2492: END IF;

Line 2491: okl_am_wf.raise_business_event(lp_artv_rec.id,'oracle.apps.okl.am.notifycollections');

2487: IF (is_debug_statement_on) THEN
2488: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'calling okl_am_wf.raise_business_event,oracle.apps.okl.am.notifycollections, lp_artv_rec.id: ' || lp_artv_rec.id);
2489: END IF;
2490: -- send notification to the user who created the notification request
2491: okl_am_wf.raise_business_event(lp_artv_rec.id,'oracle.apps.okl.am.notifycollections');
2492: END IF;
2493: END IF;
2494: ----------------------------------------------------
2495: