DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on CS_SR_WORKITEM_PVT

Line 3125: CS_SR_WORKITEM_PVT.Create_Workitem(

3121:
3122: -- Added this call for Misc ER: Owner auto assignment changes
3123:
3124:
3125: CS_SR_WORKITEM_PVT.Create_Workitem(
3126: p_api_version => 1.0,
3127: p_init_msg_list => fnd_api.g_false ,
3128: p_commit => p_commit,
3129: p_incident_id => l_request_id,

Line 6281: CS_SR_WORKITEM_PVT.Update_Workitem(

6277: END IF; -- IF (p_invocation_mode <> 'REPLAY')
6278: --
6279: -- end of Raise service request events.
6280: --
6281: CS_SR_WORKITEM_PVT.Update_Workitem(
6282: p_api_version => 1.0,
6283: p_init_msg_list => fnd_api.g_false ,
6284: p_commit => p_commit ,
6285: p_incident_id => p_request_id,

Line 7219: CS_SR_WORKITEM_PVT.Update_Workitem(

7215: null;
7216: end if;
7217: -- Added this call for Misc ER: Owner auto assignment changes
7218:
7219: CS_SR_WORKITEM_PVT.Update_Workitem(
7220: p_api_version => 1.0,
7221: p_init_msg_list => fnd_api.g_false ,
7222: p_commit => p_commit ,
7223: p_incident_id => p_request_id,

Line 7951: CS_SR_WORKITEM_PVT.Update_Workitem(

7947: end if;
7948:
7949: -- Added this call for Misc ER: Owner auto assignment changes
7950:
7951: CS_SR_WORKITEM_PVT.Update_Workitem(
7952: p_api_version => 1.0,
7953: p_init_msg_list => fnd_api.g_false ,
7954: p_commit => p_commit ,
7955: p_incident_id => p_request_id,