DBA Data[Home] [Help]

APPS.OKC_MANAGE_DELIVERABLES_GRP dependencies on OKC_WF_NOTIFY_S1

Line 3970: select OKC_WF_NOTIFY_S1.nextval into l_key from dual;

3966: delStsTab(k).last_update_login := fnd_global.login_Id;
3967:
3968: --if necessary, send notification
3969: if ('Y' = del_rec.notify_completed_yn) then
3970: select OKC_WF_NOTIFY_S1.nextval into l_key from dual;
3971:
3972: if ('COMPLETED' = del_rec.deliverable_status) then
3973: l_msg_code := 'OKC_DEL_COMPLETE_NTF_SUBJECT';
3974: elsif ('CANCELLED' = del_rec.deliverable_status) then