DBA Data[Home] [Help]

APPS.SR_UWQ_INTEG dependencies on CS_SR_TYPE_MAPPING

Line 1514: cs_sr_type_mapping where incident_type_id = n_incident_id

1510: cursor sr_cursor is select incident_id from
1511: cs_incidents_all_b where incident_number = p_ivr_data_value;
1512:
1513: cursor sr_type_sec_chk is select 'Y' from
1514: cs_sr_type_mapping where incident_type_id = n_incident_id
1515: and responsibility_id= n_resp_id
1516: and sysdate between
1517: nvl(start_date,sysdate) and nvl(end_date,sysdate);
1518: