DBA Data[Home] [Help]

APPS.OKC_TASK_ALERT_ESCL_PVT dependencies on DUAL

Line 225: from dual;

221:
222: --Select the item key
223: select okc_wf_notify_s1.nextval
224: into l_item_key
225: from dual;
226:
227: l_item_key := l_item_key || l_task_id;
228: l_item_type := p_wf_name;
229: l_process := p_wf_process;

Line 667: from dual;

663: END IF;
664:
665: select okc_wf_notify_s1.nextval
666: into l_item_key
667: from dual;
668:
669: l_item_key := l_item_key || l_task_id;
670: l_item_type := p_wf_name;
671: l_process := p_wf_process;

Line 1096: from dual;

1092: END IF;
1093:
1094: select okc_wf_notify_s1.nextval
1095: into l_item_key
1096: from dual;
1097:
1098: l_item_key := l_item_key || l_task_id;
1099: l_item_type := p_wf_name;
1100: l_process := p_wf_process;