DBA Data[Home] [Help]

APPS.IBU_REQ_PKG dependencies on CS_SR_ALLOWED_STATUSES

Line 1479: from CS_SR_ALLOWED_STATUSES allowedStatus,

1475: TRUNC(NVL(end_date, SYSDATE));
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 =