DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PUB dependencies on CS_INCIDENT_TYPES_B

Line 1059: from cs_incident_types_b where incident_type_id = p_request_rec.type_id

1055:
1056: -- for cmro_eam
1057: begin
1058: select maintenance_flag into l_maintenance_flag
1059: from cs_incident_types_b where incident_type_id = p_request_rec.type_id
1060: and incident_subtype=G_SR_SUBTYPE;
1061: exception
1062: when no_data_found then
1063: l_maintenance_flag := NULL;