DBA Data[Home] [Help]

APPS.OKC_TASK_ALERT_ESCL_PVT dependencies on OKC_WF_NOTIFY_S1

Line 223: select okc_wf_notify_s1.nextval

219: OKC_DEBUG.log('162: l_escalate_name ... '|| l_escalate_name);
220: END IF;
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;

Line 665: select okc_wf_notify_s1.nextval

661: OKC_DEBUG.log('663: l_escalate_owner2 ... '|| l_escalate_owner2);
662: OKC_DEBUG.log('664: l_escalate_name ... '|| l_escalate_name);
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;

Line 1094: select okc_wf_notify_s1.nextval

1090: OKC_DEBUG.log('1061: l_escalate_owner2 ... '|| l_escalate_owner2);
1091: OKC_DEBUG.log('1062: l_dummy ... '|| l_dummy);
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;