DBA Data[Home] [Help]

APPS.CS_SR_EXTATTRIBUTES_PVT dependencies on CS_LOOKUPS

Line 3863: from cs_lookups

3859: Cursor c_check_context IS
3860: select context, incident_id from cs_incidents_ext
3861: where incident_id = p_incident_id and
3862: context NOT IN (select lookup_code
3863: from cs_lookups
3864: where lookup_type = 'CS_SR_EXT_ALL_REQ_TYPES'
3865: )
3866: and rownum = 1;
3867: