DBA Data[Home] [Help]

APPS.CSM_WF_PKG dependencies on CS_SERVICEREQUEST_PVT

Line 1242: l_incident_id := cs_servicerequest_pvt.user_hooks_rec.request_id;

1238: WHERE incident_id = p_incident_id;
1239:
1240: BEGIN
1241:
1242: l_incident_id := cs_servicerequest_pvt.user_hooks_rec.request_id;
1243:
1244: x_return_status := FND_API.G_RET_STS_SUCCESS;
1245:
1246: IF NOT CSM_UTIL_PKG.IS_FIELD_SERVICE_PALM_ENABLED THEN

Line 1344: l_incident_id := cs_servicerequest_pvt.user_hooks_rec.request_id;

1340: IF NOT CSM_UTIL_PKG.IS_FIELD_SERVICE_PALM_ENABLED THEN
1341: RETURN;
1342: END IF;
1343:
1344: l_incident_id := cs_servicerequest_pvt.user_hooks_rec.request_id;
1345:
1346: -- nullify the global rec
1347: g_sr_pre_upd_rec := g_null_sr_pre_upd_rec;
1348:

Line 1527: l_incident_id := cs_servicerequest_pvt.user_hooks_rec.request_id;

1523: AND EXISTS(SELECT 1 FROM ASG_USER WHERE resource_id = jta.resource_id);
1524:
1525: BEGIN
1526:
1527: l_incident_id := cs_servicerequest_pvt.user_hooks_rec.request_id;
1528:
1529: x_return_status := FND_API.G_RET_STS_SUCCESS;
1530:
1531: