DBA Data[Home] [Help]

APPS.IBU_REQ_PKG dependencies on CS_SR_ALLOWED_STATUSES

Line 1392: from CS_SR_ALLOWED_STATUSES allowedStatus,

1388: TRUNC(NVL(end_date, SYSDATE));
1389:
1390: cursor cur_sr_def_status_from_group(p_status_group_id number) is
1391: select csIncidentStatus.incident_status_id
1392: from CS_SR_ALLOWED_STATUSES allowedStatus,
1393: CS_INCIDENT_STATUSES_B csIncidentStatus
1394: where
1395: allowedStatus.status_group_id = p_status_group_id and
1396: allowedStatus.incident_status_id =