DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on CS_WF_EVENT_PKG

Line 3006: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(

3002: -- owner_id IS NOT NULL. After the introduction of business event, the SR API
3003: -- calls the CS BES wrapper API and this wrapper API raises the needed business
3004: -- events, in this case - SR Created, after checking the required conditions.
3005:
3006: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(
3007: -- These 4 parameters added for bug #2798269
3008: p_api_version => p_api_version,
3009: p_init_msg_list => fnd_api.g_false ,
3010: p_commit => p_commit,

Line 6243: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(

6239: -- added wf process id to be passed to the BES event, so that it does'nt raise another
6240: -- event if there is a wf process id already that is active.
6241:
6242:
6243: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(
6244: -- These 4 parameters added for bug #2798269
6245: p_api_version => p_api_version,
6246: p_init_msg_list => fnd_api.g_false ,
6247: p_commit => p_commit,

Line 6443: -- Add a call to CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT

6439: -- dated
6440: -- Passed UPDATE_OLD to validate_type call because we need to
6441: -- just check user's access to SR
6442: -- 07/21/05 smisra Bug 3215462
6443: -- Add a call to CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT
6444: -- 10/11/05 smisra Bug 4666784
6445: -- called validate_sr_closure and close_sr_children only
6446: -- if close flag associated with status is 'Y'
6447: -- 10/14/05 smisra fixed Bug 4674131

Line 7187: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(

7183: l_new_sr_rec := l_old_sr_rec ;
7184: l_new_sr_rec.status_id := p_status_id ;
7185: l_new_sr_rec.closed_date:= l_closed_date;
7186:
7187: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(
7188: p_api_version => p_api_version,
7189: p_init_msg_list => fnd_api.g_false ,
7190: p_commit => p_commit,
7191: p_validation_level => p_validation_level,

Line 7303: -- Add a call to CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT

7299: -- set l_owner_group_id as value from Sr record.
7300: -- Used l_owner_group_id in owner validation and further
7301: -- processing.
7302: -- 07/21/05 smisra Bug 3215462
7303: -- Add a call to CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT
7304: -- 12/30/05 smisra Bug 4773215
7305: -- Passed x_resource_type and x_support_site_id to
7306: -- validate owner call
7307: -- Updated incident table with derived value of resource type

Line 7918: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(

7914: l_new_sr_rec.owner_id := p_owner_id ;
7915: l_new_sr_rec.resource_type := p_resource_type ;
7916: l_new_sr_rec.owner_group_id := l_owner_group_id;
7917:
7918: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(
7919: p_api_version => p_api_version,
7920: p_init_msg_list => fnd_api.g_false ,
7921: p_commit => p_commit,
7922: p_validation_level => p_validation_level,