DBA Data[Home] [Help]

APPS.IBU_REQ_PKG dependencies on CS_INCIDENT_STATUSES_B

Line 1480: CS_INCIDENT_STATUSES_B csIncidentStatus

1476:
1477: cursor cur_sr_def_status_from_group(p_status_group_id number) is
1478: select csIncidentStatus.incident_status_id
1479: from CS_SR_ALLOWED_STATUSES allowedStatus,
1480: CS_INCIDENT_STATUSES_B csIncidentStatus
1481: where
1482: allowedStatus.status_group_id = p_status_group_id and
1483: allowedStatus.incident_status_id =
1484: csIncidentStatus.incident_status_id and