DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on CS_SERVICEREQUEST_CUHK

Line 1703: cs_servicerequest_cuhk.Create_ServiceRequest_Pre(

1699:
1700: -- hardcoded the version 2.0 shijain nov 27 2002
1701:
1702: l_hook_request_number:=null;
1703: cs_servicerequest_cuhk.Create_ServiceRequest_Pre(
1704: p_api_version => 2.0,
1705: p_init_msg_list => fnd_api.g_false ,
1706: p_commit => p_commit,
1707: p_validation_level => p_validation_level,

Line 3140: IF (cs_servicerequest_cuhk.Ok_To_Launch_Workflow(p_request_id => l_request_id,

3136: -- Launching the workflow (HOOK)
3137: IF (JTF_USR_HKS.Ok_To_Execute('CS_ServiceRequest_PVT', 'Create_ServiceRequest',
3138: 'W', 'W')) THEN
3139:
3140: IF (cs_servicerequest_cuhk.Ok_To_Launch_Workflow(p_request_id => l_request_id,
3141: p_service_request_rec=>l_service_request_rec)) THEN
3142:
3143: l_bind_data_id := JTF_USR_HKS.Get_bind_data_id ;
3144: JTF_USR_HKS.Load_bind_data(l_bind_data_id, 'USER_ID', p_user_id, 'W', 'T');

Line 3188: cs_servicerequest_cuhk.Create_ServiceRequest_Post(

3184: 'A', 'C') THEN
3185:
3186: -- hardcoded the version 2.0 shijain nov 27 2002
3187:
3188: cs_servicerequest_cuhk.Create_ServiceRequest_Post(
3189: p_api_version => 2.0,
3190: p_init_msg_list => fnd_api.g_false ,
3191: p_commit => p_commit,
3192: p_validation_level => p_validation_level,

Line 3316: IF (cs_servicerequest_cuhk.Ok_To_Generate_Msg(p_request_id => l_request_id,

3312: IF jtf_usr_hks.Ok_To_Execute('CS_ServiceRequest_PVT',
3313: 'Create_ServiceRequest',
3314: 'M', 'M') THEN
3315:
3316: IF (cs_servicerequest_cuhk.Ok_To_Generate_Msg(p_request_id => l_request_id,
3317: p_service_request_rec=>l_service_request_rec)) THEN
3318:
3319: l_bind_data_id := JTF_USR_HKS.Get_bind_data_id;
3320:

Line 4719: cs_servicerequest_cuhk.Update_ServiceRequest_Pre

4715: 'B', 'C') THEN
4716:
4717: -- hardcoded the version 2.0 shijain nov 27 2002
4718:
4719: cs_servicerequest_cuhk.Update_ServiceRequest_Pre
4720: ( p_api_version => 2.0,
4721: p_init_msg_list => fnd_api.g_false ,
4722: p_commit => p_commit,
4723: p_validation_level => p_validation_level,

Line 6297: IF (cs_servicerequest_cuhk.Ok_To_Launch_Workflow

6293: -- Launching the workflow (HOOK)
6294: IF (JTF_USR_HKS.Ok_To_Execute('CS_ServiceRequest_PVT', 'Update_ServiceRequest',
6295: 'W', 'W')) THEN
6296:
6297: IF (cs_servicerequest_cuhk.Ok_To_Launch_Workflow
6298: (p_request_id => p_request_id,
6299: p_service_request_rec=>l_service_request_rec)) THEN
6300:
6301: l_bind_data_id := JTF_USR_HKS.Get_bind_data_id ;

Line 6347: cs_servicerequest_cuhk.Update_ServiceRequest_Post

6343:
6344: IF jtf_usr_hks.Ok_To_Execute('CS_ServiceRequest_PVT',
6345: 'Update_ServiceRequest',
6346: 'A', 'C') THEN
6347: cs_servicerequest_cuhk.Update_ServiceRequest_Post
6348: ( p_api_version => 2.0,
6349: p_init_msg_list => fnd_api.g_false ,
6350: p_commit => p_commit,
6351: p_validation_level => p_validation_level,

Line 6456: IF (cs_servicerequest_cuhk.Ok_To_Generate_Msg(p_request_id => p_request_id,

6452: IF jtf_usr_hks.Ok_To_Execute('CS_ServiceRequest_PVT',
6453: 'Create_ServiceRequest',
6454: 'M', 'M') THEN
6455:
6456: IF (cs_servicerequest_cuhk.Ok_To_Generate_Msg(p_request_id => p_request_id,
6457: p_service_request_rec=>l_service_request_rec)) THEN
6458:
6459: l_bind_data_id := JTF_USR_HKS.Get_bind_data_id;
6460: