DBA Data[Home] [Help]

APPS.OKL_SO_CREDIT_APP_WF dependencies on WF_CORE

Line 214: wf_core.context('OKL_SO_CREDIT_APP_WF',

210: --
211: end if;
212: exception
213: when others then
214: wf_core.context('OKL_SO_CREDIT_APP_WF',
215: 'SET_REQUESTOR',
216: itemtype,
217: itemkey,
218: to_char(actid),

Line 292: wf_core.context('OKL_SO_CREDIT_APP_WF',

288: end if;
289:
290: EXCEPTION
291: when others then
292: wf_core.context('OKL_SO_CREDIT_APP_WF',
293: 'SET_APPROVER',
294: itemtype,
295: itemkey,
296: to_char(actid),

Line 502: wf_core.context('OKL_SO_CREDIT_APP_WF',

498: end if;
499:
500: exception
501: when others then
502: wf_core.context('OKL_SO_CREDIT_APP_WF',
503: 'CREDIT_APP_DETAILS',
504: itemtype,
505: itemkey,
506: to_char(actid),

Line 1066: wf_core.context('OKL_SO_CREDIT_WF',

1062: end if;
1063:
1064: exception
1065: when others then
1066: wf_core.context('OKL_SO_CREDIT_WF',
1067: 'CREATE_CREDIT_LINE',itemtype,
1068: itemkey,
1069: to_char(actid),
1070: funcmode);

Line 1511: wf_core.context(

1507: IF credit_req_sts_csr%ISOPEN
1508: THEN
1509: CLOSE credit_req_sts_csr;
1510: END IF;
1511: wf_core.context(
1512: G_PKG_NAME
1513: ,l_api_name
1514: ,itemtype
1515: ,itemkey

Line 1679: wf_core.context('OKL_SO_CREDIT_APP_WF',

1675: --
1676: end if;
1677: exception
1678: when others then
1679: wf_core.context('OKL_SO_CREDIT_APP_WF',
1680: 'CREATE_CREDIT_APP',
1681: itemtype,
1682: itemkey,
1683: to_char(actid),

Line 1734: wf_core.context('OKL_SO_CREDIT_APP_WF',

1730: --
1731: end if;
1732: exception
1733: when others then
1734: wf_core.context('OKL_SO_CREDIT_APP_WF',
1735: 'CREDIT_K_END_DATED',
1736: itemtype,
1737: itemkey,
1738: to_char(actid),