DBA Data[Home] [Help]

APPS.IBU_REQ_PKG dependencies on CS_SR_STATUS_GROUPS_B

Line 1385: from cs_sr_status_groups_b

1381: TRUNC(NVL(end_date_active, SYSDATE));
1382:
1383: cursor cur_sr_group_def_staus_id(p_status_group_id number) is
1384: select default_incident_status_id
1385: from cs_sr_status_groups_b
1386: where status_group_id = p_status_group_id
1387: and TRUNC(SYSDATE) BETWEEN TRUNC(NVL(start_date, SYSDATE)) AND
1388: TRUNC(NVL(end_date, SYSDATE));
1389: