DBA Data[Home] [Help]

APPS.CSL_CS_INCIDENTS_ALL_ACC_PKG dependencies on CS_SERVICEREQUEST_PVT

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

569: , JTM_HOOK_UTIL_PKG.G_DEBUG_LEVEL_FULL);
570: END IF;
571:
572: /*** get incident record details from public API ***/
573: l_incident_id := cs_servicerequest_pvt.user_hooks_rec.request_id;
574: OPEN c_incident( l_incident_id );
575: FETCH c_incident INTO r_incident;
576: IF c_incident%FOUND THEN
577: IF JTM_HOOK_UTIL_PKG.isMobileFSresource(r_incident.RESOURCE_ID) THEN

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

653: RETURN;
654: END IF;
655:
656: /*** get incident record details from public API ***/
657: l_incident_id := cs_servicerequest_pvt.user_hooks_rec.request_id;
658:
659: /*** get debug level ***/
660: g_debug_level := JTM_HOOK_UTIL_PKG.Get_Debug_Level;
661:

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

747: RETURN;
748: END IF;
749:
750: /*** get task record details from public API ***/
751: l_incident_id := cs_servicerequest_pvt.user_hooks_rec.request_id;
752:
753: /*** get debug level ***/
754: g_debug_level := JTM_HOOK_UTIL_PKG.Get_Debug_Level;
755: