DBA Data[Home] [Help]

APPS.SR_UWQ_INTEG dependencies on CS_SYSTEM_OPTIONS

Line 1508: from cs_system_options where rownum = 1;

1504: v_process_flag varchar2(1) ;
1505: v_sec_setting varchar2(30);
1506:
1507: cursor sec_value is select sr_agent_security
1508: from cs_system_options where rownum = 1;
1509:
1510: cursor sr_cursor is select incident_id from
1511: cs_incidents_all_b where incident_number = p_ivr_data_value;
1512: