DBA Data[Home] [Help]

APPS.OKL_SO_CREDIT_APP_WF dependencies on WF_CORE

Line 211: wf_core.context('OKL_SO_CREDIT_APP_WF',

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

Line 289: wf_core.context('OKL_SO_CREDIT_APP_WF',

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

Line 499: wf_core.context('OKL_SO_CREDIT_APP_WF',

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

Line 1063: wf_core.context('OKL_SO_CREDIT_WF',

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

Line 1333: wf_core.context(

1329: IF credit_req_sts_csr%ISOPEN
1330: THEN
1331: CLOSE credit_req_sts_csr;
1332: END IF;
1333: wf_core.context(
1334: G_PKG_NAME
1335: ,l_api_name
1336: ,itemtype
1337: ,itemkey

Line 1501: wf_core.context('OKL_SO_CREDIT_APP_WF',

1497: --
1498: end if;
1499: exception
1500: when others then
1501: wf_core.context('OKL_SO_CREDIT_APP_WF',
1502: 'CREATE_CREDIT_APP',
1503: itemtype,
1504: itemkey,
1505: to_char(actid),

Line 1556: wf_core.context('OKL_SO_CREDIT_APP_WF',

1552: --
1553: end if;
1554: exception
1555: when others then
1556: wf_core.context('OKL_SO_CREDIT_APP_WF',
1557: 'CREDIT_K_END_DATED',
1558: itemtype,
1559: itemkey,
1560: to_char(actid),