DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on FND_GLOBAL

Line 1583: p_application_id => fnd_global.resp_appl_id,

1579: -- Get the business usage of the responsibility that is attempting to create
1580: -- the SR.
1581: get_business_usage (
1582: p_responsibility_id => p_resp_id,
1583: p_application_id => fnd_global.resp_appl_id,
1584: x_business_usage => l_business_usage );
1585:
1586: -- Get indicator of self service security enabled or not
1587: if ( l_business_usage = 'SELF_SERVICE' ) then

Line 1600: p_resp_appl_id => NVL(p_resp_appl_id,fnd_global.resp_appl_id),

1596: p_type_id => p_service_request_rec.type_id,
1597: p_subtype => G_SR_SUBTYPE,
1598: p_status_id => p_service_request_rec.status_id,
1599: p_resp_id => p_resp_id,
1600: p_resp_appl_id => NVL(p_resp_appl_id,fnd_global.resp_appl_id),
1601: p_business_usage => l_business_usage,
1602: p_ss_srtype_restrict => l_ss_sr_type_restrict,
1603: p_operation => 'CREATE',
1604: x_return_status => lx_return_status,

Line 4411: p_application_id => fnd_global.resp_appl_id,

4407: -- Get the business usage of the responsibility that is attempting to create
4408: -- the SR.
4409: get_business_usage (
4410: p_responsibility_id => p_resp_id,
4411: p_application_id => fnd_global.resp_appl_id,
4412: x_business_usage => l_business_usage );
4413:
4414: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4415: THEN

Line 4439: p_resp_appl_id => NVL(p_resp_appl_id, fnd_global.resp_appl_id),

4435: p_type_id => l_old_servicerequest_rec.incident_type_id,
4436: p_subtype => G_SR_SUBTYPE,
4437: p_status_id => p_service_request_rec.status_id, -- not used
4438: p_resp_id => p_resp_id,
4439: p_resp_appl_id => NVL(p_resp_appl_id, fnd_global.resp_appl_id),
4440: p_business_usage => l_business_usage,
4441: p_ss_srtype_restrict => l_ss_sr_type_restrict,
4442: p_operation => 'UPDATE_OLD',
4443: x_return_status => lx_return_status,

Line 4464: p_resp_appl_id => NVL(p_resp_appl_id, fnd_global.resp_appl_id),

4460: p_type_id => p_service_request_rec.type_id,
4461: p_subtype => G_SR_SUBTYPE,
4462: p_status_id => p_service_request_rec.status_id, -- not used
4463: p_resp_id => p_resp_id,
4464: p_resp_appl_id => NVL(p_resp_appl_id, fnd_global.resp_appl_id),
4465: p_business_usage => l_business_usage,
4466: p_ss_srtype_restrict => l_ss_sr_type_restrict,
4467: p_operation => 'UPDATE',
4468: x_return_status => lx_return_status,

Line 7563: p_application_id => fnd_global.resp_appl_id,

7559: -- Get the business usage of the responsibility that is attempting to create
7560: -- the SR.
7561: get_business_usage (
7562: p_responsibility_id => p_resp_id,
7563: p_application_id => fnd_global.resp_appl_id,
7564: x_business_usage => l_business_usage );
7565:
7566: -- Get indicator of self service security enabled or not
7567: if ( l_business_usage = 'SELF_SERVICE' ) then

Line 7580: p_resp_appl_id => fnd_global.resp_appl_id,

7576: p_type_id => l_servicerequest_rec.incident_type_id,
7577: p_subtype => G_SR_SUBTYPE,
7578: p_status_id => l_servicerequest_rec.incident_status_id, -- not used
7579: p_resp_id => p_resp_id,
7580: p_resp_appl_id => fnd_global.resp_appl_id,
7581: p_business_usage => l_business_usage,
7582: p_ss_srtype_restrict => l_ss_sr_type_restrict,
7583: p_operation => 'UPDATE_OLD',
7584: x_return_status => lx_return_status,

Line 8551: p_application_id => fnd_global.resp_appl_id,

8547: -- Get the business usage of the responsibility that is attempting to create
8548: -- the SR.
8549: get_business_usage (
8550: p_responsibility_id => p_resp_id,
8551: p_application_id => fnd_global.resp_appl_id,
8552: x_business_usage => l_business_usage );
8553:
8554: -- Get indicator of self service security enabled or not
8555: if ( l_business_usage = 'SELF_SERVICE' ) then

Line 8568: p_resp_appl_id => fnd_global.resp_appl_id,

8564: p_type_id => l_servicerequest_rec.incident_type_id,
8565: p_subtype => G_SR_SUBTYPE,
8566: p_status_id => l_servicerequest_rec.incident_status_id, -- not used
8567: p_resp_id => p_resp_id,
8568: p_resp_appl_id => fnd_global.resp_appl_id,
8569: p_business_usage => l_business_usage,
8570: p_ss_srtype_restrict => l_ss_sr_type_restrict,
8571: p_operation => 'UPDATE_OLD',
8572: x_return_status => lx_return_status,

Line 10151: p_resp_appl_id => NVL(p_resp_appl_id,fnd_global.resp_appl_id) -- new for 11.5.10

10147: p_type_id => p_service_request_rec.type_id,
10148: p_subtype => G_SR_SUBTYPE,
10149: P_status_id => p_service_request_rec.updated_status_id,
10150: p_resp_id => p_resp_id,
10151: p_resp_appl_id => NVL(p_resp_appl_id,fnd_global.resp_appl_id) -- new for 11.5.10
10152: p_business_usage => NULL, -- new for 11.5.10
10153: p_ss_srtype_restrict => NULL, -- new for 11.5.10
10154: p_operation => p_operation,
10155: x_return_status => l_return_status,

Line 10166: p_resp_appl_id => NVL(p_resp_appl_id,fnd_global.resp_appl_id) -- new for 11.5.10

10162: p_type_id => p_service_request_rec.type_id,
10163: p_subtype => G_SR_SUBTYPE,
10164: P_status_id => p_service_request_rec.status_id,
10165: p_resp_id => p_resp_id,
10166: p_resp_appl_id => NVL(p_resp_appl_id,fnd_global.resp_appl_id) -- new for 11.5.10
10167: p_business_usage => NULL, -- new for 11.5.10
10168: p_ss_srtype_restrict => NULL, -- new for 11.5.10
10169: p_operation => p_operation,
10170: x_return_status => l_return_status,