DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on CS_WF_EVENT_PKG

Line 3346: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(

3342: -- owner_id IS NOT NULL. After the introduction of business event, the SR API
3343: -- calls the CS BES wrapper API and this wrapper API raises the needed business
3344: -- events, in this case - SR Created, after checking the required conditions.
3345:
3346: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(
3347: -- These 4 parameters added for bug #2798269
3348: p_api_version => p_api_version,
3349: p_init_msg_list => fnd_api.g_false ,
3350: p_commit => p_commit,

Line 7033: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(

7029: -- added wf process id to be passed to the BES event, so that it does'nt raise another
7030: -- event if there is a wf process id already that is active.
7031:
7032:
7033: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(
7034: -- These 4 parameters added for bug #2798269
7035: p_api_version => p_api_version,
7036: p_init_msg_list => fnd_api.g_false ,
7037: p_commit => p_commit,

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

7233: -- dated
7234: -- Passed UPDATE_OLD to validate_type call because we need to
7235: -- just check user's access to SR
7236: -- 07/21/05 smisra Bug 3215462
7237: -- Add a call to CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT
7238: -- 10/11/05 smisra Bug 4666784
7239: -- called validate_sr_closure and close_sr_children only
7240: -- if close flag associated with status is 'Y'
7241: -- 10/14/05 smisra fixed Bug 4674131

Line 8129: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(

8125: l_new_sr_rec := l_old_sr_rec ;
8126: l_new_sr_rec.status_id := p_status_id ;
8127: l_new_sr_rec.closed_date:= l_closed_date;
8128:
8129: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(
8130: p_api_version => p_api_version,
8131: p_init_msg_list => fnd_api.g_false ,
8132: p_commit => p_commit,
8133: p_validation_level => p_validation_level,

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

8241: -- set l_owner_group_id as value from Sr record.
8242: -- Used l_owner_group_id in owner validation and further
8243: -- processing.
8244: -- 07/21/05 smisra Bug 3215462
8245: -- Add a call to CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT
8246: -- 12/30/05 smisra Bug 4773215
8247: -- Passed x_resource_type and x_support_site_id to
8248: -- validate owner call
8249: -- Updated incident table with derived value of resource type

Line 8860: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(

8856: l_new_sr_rec.owner_id := p_owner_id ;
8857: l_new_sr_rec.resource_type := p_resource_type ;
8858: l_new_sr_rec.owner_group_id := l_owner_group_id;
8859:
8860: CS_WF_EVENT_PKG.RAISE_SERVICEREQUEST_EVENT(
8861: p_api_version => p_api_version,
8862: p_init_msg_list => fnd_api.g_false ,
8863: p_commit => p_commit,
8864: p_validation_level => p_validation_level,