DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on CS_SR_WORKITEM_PVT

Line 3465: CS_SR_WORKITEM_PVT.Create_Workitem(

3461:
3462: -- Added this call for Misc ER: Owner auto assignment changes
3463:
3464:
3465: CS_SR_WORKITEM_PVT.Create_Workitem(
3466: p_api_version => 1.0,
3467: p_init_msg_list => fnd_api.g_false ,
3468: p_commit => p_commit,
3469: p_incident_id => l_request_id,

Line 7075: CS_SR_WORKITEM_PVT.Update_Workitem(

7071: END IF; -- IF (p_invocation_mode <> 'REPLAY')
7072: --
7073: -- end of Raise service request events.
7074: --
7075: CS_SR_WORKITEM_PVT.Update_Workitem(
7076: p_api_version => 1.0,
7077: p_init_msg_list => fnd_api.g_false ,
7078: p_commit => p_commit ,
7079: p_incident_id => p_request_id,

Line 8161: CS_SR_WORKITEM_PVT.Update_Workitem(

8157: null;
8158: end if;
8159: -- Added this call for Misc ER: Owner auto assignment changes
8160:
8161: CS_SR_WORKITEM_PVT.Update_Workitem(
8162: p_api_version => 1.0,
8163: p_init_msg_list => fnd_api.g_false ,
8164: p_commit => p_commit ,
8165: p_incident_id => p_request_id,

Line 8893: CS_SR_WORKITEM_PVT.Update_Workitem(

8889: end if;
8890:
8891: -- Added this call for Misc ER: Owner auto assignment changes
8892:
8893: CS_SR_WORKITEM_PVT.Update_Workitem(
8894: p_api_version => 1.0,
8895: p_init_msg_list => fnd_api.g_false ,
8896: p_commit => p_commit ,
8897: p_incident_id => p_request_id,