DBA Data[Home] [Help]

APPS.OKC_WF_CHK_APPROVE dependencies on WF_CORE

Line 150: wf_core.context('OKC_WF_CHK_APPROVE',

146: end if;
147:
148: exception
149: when others then
150: wf_core.context('OKC_WF_CHK_APPROVE',
151: 'SELECTOR',
152: item_type,
153: item_key,
154: to_char(activity_id),

Line 263: wf_core.context('OKC_WF_CHK_APPROVE',

259: --
260: end if;
261: exception
262: when others then
263: wf_core.context('OKC_WF_CHK_APPROVE',
264: 'INITIALIZE',
265: itemtype,
266: itemkey,
267: to_char(actid),

Line 397: wf_core.context('OKC_WF_CHK_APPROVE',

393: --
394: end if;
395: exception
396: when others then
397: wf_core.context('OKC_WF_CHK_APPROVE',
398: 'SELECT_APPROVER',
399: itemtype,
400: itemkey,
401: to_char(actid),

Line 469: wf_core.context('OKC_WF_CHK_APPROVE',

465: --
466: end if;
467: exception
468: when others then
469: wf_core.context('OKC_WF_CHK_APPROVE',
470: 'SELECT_INFORMED',
471: itemtype,
472: itemkey,
473: to_char(actid),

Line 589: wf_core.context('OKC_WF_CHK_APPROVE',

585: --
586: end if;
587: exception
588: when others then
589: wf_core.context('OKC_WF_CHK_APPROVE',
590: 'RECORD_APPROVED',
591: itemtype,
592: itemkey,
593: to_char(actid),

Line 663: wf_core.context('OKC_WF_CHK_APPROVE',

659: --
660: end if;
661: exception
662: when others then
663: wf_core.context('OKC_WF_CHK_APPROVE',
664: 'RECORD_REJECTED',
665: itemtype,
666: itemkey,
667: to_char(actid),

Line 717: wf_core.context('OKC_WF_CHK_APPROVE',

713: --
714: end if;
715: exception
716: when others then
717: wf_core.context('OKC_WF_CHK_APPROVE',
718: 'NOTE_FILLED',
719: itemtype,
720: itemkey,
721: to_char(actid),