DBA Data[Home] [Help]

APPS.OKC_WF_K_APPROVE dependencies on WF_CORE

Line 324: wf_core.context('OKC_WF_K_APPROVE',

320: --
321: end if;
322: exception
323: when others then
324: wf_core.context('OKC_WF_K_APPROVE',
325: 'VALID_APPROVER',
326: itemtype,
327: itemkey,
328: to_char(actid),

Line 382: wf_core.context('OKC_WF_K_APPROVE',

378: end if;
379:
380: exception
381: when others then
382: wf_core.context('OKC_WF_K_APPROVE',
383: 'SELECTOR',
384: item_type,
385: item_key,
386: to_char(activity_id),

Line 466: wf_core.context('OKC_WF_K_APPROVE',

462: return;
463: --
464: exception
465: when others then
466: wf_core.context('OKC_WF_K_APPROVE',
467: 'POST_APPROVAL',
468: itemtype,
469: itemkey,
470: to_char(actid),

Line 523: wf_core.context('OKC_WF_K_APPROVE',

519: end if;
520: return;
521: exception
522: when others then
523: wf_core.context('OKC_WF_K_APPROVE',
524: 'POST_SIGN',
525: itemtype,
526: itemkey,
527: to_char(actid),

Line 601: wf_core.context('OKC_WF_K_APPROVE',

597: --
598: end if;
599: exception
600: when others then
601: wf_core.context('OKC_WF_K_APPROVE',
602: 'IS_RELATED',
603: itemtype,
604: itemkey,
605: to_char(actid),

Line 657: wf_core.context('OKC_WF_K_APPROVE',

653: --
654: end if;
655: exception
656: when others then
657: wf_core.context('OKC_WF_K_APPROVE',
658: 'NOTE_FILLED',
659: itemtype,
660: itemkey,
661: to_char(actid),

Line 718: wf_core.context('OKC_WF_K_APPROVE',

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

Line 896: wf_core.context('OKC_WF_K_APPROVE',

892: --
893: end if;
894: exception
895: when others then
896: wf_core.context('OKC_WF_K_APPROVE',
897: 'INITIALIZE',
898: itemtype,
899: itemkey,
900: to_char(actid),

Line 1053: wf_core.context('OKC_WF_K_APPROVE',

1049: --
1050: end if;
1051: exception
1052: when others then
1053: wf_core.context('OKC_WF_K_APPROVE',
1054: 'SELECT_APPROVER',
1055: itemtype,
1056: itemkey,
1057: to_char(actid),

Line 1132: wf_core.context('OKC_WF_K_APPROVE',

1128: --
1129: end if;
1130: exception
1131: when others then
1132: wf_core.context('OKC_WF_K_APPROVE',
1133: 'SELECT_INFORMED',
1134: itemtype,
1135: itemkey,
1136: to_char(actid),

Line 1214: wf_core.context('OKC_WF_K_APPROVE',

1210: END IF;
1211: END IF;
1212: exception
1213: when others then
1214: wf_core.context('OKC_WF_K_APPROVE',
1215: 'SELECT_INFORMED_AR',
1216: itemtype,
1217: itemkey,
1218: to_char(actid),

Line 1284: wf_core.context('OKC_WF_K_APPROVE',

1280: END IF;
1281: END IF;
1282: exception
1283: when others then
1284: wf_core.context('OKC_WF_K_APPROVE',
1285: 'SELECT_INFORMED_S',
1286: itemtype,
1287: itemkey,
1288: to_char(actid),

Line 1353: wf_core.context('OKC_WF_K_APPROVE',

1349: END IF;
1350: END IF;
1351: exception
1352: when others then
1353: wf_core.context('OKC_WF_K_APPROVE',
1354: 'SELECT_INFORMED_SR',
1355: itemtype,
1356: itemkey,
1357: to_char(actid),

Line 1435: wf_core.context('OKC_WF_K_APPROVE',

1431: --
1432: end if;
1433: exception
1434: when others then
1435: wf_core.context('OKC_WF_K_APPROVE',
1436: 'RECORD_APPROVED',
1437: itemtype,
1438: itemkey,
1439: to_char(actid),

Line 1511: wf_core.context('OKC_WF_K_APPROVE',

1507: --
1508: end if;
1509: exception
1510: when others then
1511: wf_core.context('OKC_WF_K_APPROVE',
1512: 'ERASE_APPROVED',
1513: itemtype,
1514: itemkey,
1515: to_char(actid),

Line 1594: wf_core.context('OKC_WF_K_APPROVE',

1590: --
1591: end if;
1592: exception
1593: when others then
1594: wf_core.context('OKC_WF_K_APPROVE',
1595: 'RECORD_SIGNED',
1596: itemtype,
1597: itemkey,
1598: to_char(actid),

Line 1648: wf_core.context('OKC_WF_K_APPROVE',

1644: --
1645: end if;
1646: exception
1647: when others then
1648: wf_core.context('OKC_WF_K_APPROVE',
1649: 'WAS_APPROVER',
1650: itemtype,
1651: itemkey,
1652: to_char(actid),

Line 1724: wf_core.context(pkg_name => 'OKC_WF_K_APPROVE',

1720: end if;
1721: End If;
1722: EXCEPTION
1723: when others then
1724: wf_core.context(pkg_name => 'OKC_WF_K_APPROVE',
1725: proc_name => 'NOTIFY_SALES_REP_W',
1726: arg1 => itemtype,
1727: arg2 => itemkey,
1728: arg3 => to_char(actid),

Line 1801: wf_core.context('OKC_WF_K_APPROVE',

1797: --
1798: end if;
1799: exception
1800: when others then
1801: wf_core.context('OKC_WF_K_APPROVE',
1802: 'MAKE_ACTIVE',
1803: itemtype,
1804: itemkey,
1805: to_char(actid),

Line 1905: wf_core.context('OKC_WF_K_APPROVE',

1901: --
1902: end if;
1903: exception
1904: when others then
1905: wf_core.context('OKC_WF_K_APPROVE',
1906: 'updt_quote_from_k',
1907: itemtype,
1908: itemkey,
1909: to_char(actid),

Line 2011: wf_core.context('OKC_WF_K_APPROVE',

2007: --
2008: END IF;
2009: EXCEPTION
2010: WHEN OTHERS THEN
2011: wf_core.context('OKC_WF_K_APPROVE',
2012: 'invalid_approver',
2013: itemtype,
2014: itemkey,
2015: TO_CHAR(actid),

Line 2118: wf_core.context('Okc_Wf_K_Approve',

2114: --
2115: END IF;
2116: EXCEPTION
2117: WHEN OTHERS THEN
2118: wf_core.context('Okc_Wf_K_Approve',
2119: 'update_invalid_approver',
2120: itemtype,
2121: itemkey,
2122: TO_CHAR(actid),