DBA Data[Home] [Help]

APPS.OKS_WF_K_APPROVE dependencies on WF_CORE

Line 461: wf_core.context('OKC_WF_K_APPROVE',

457: --
458: end if;
459: exception
460: when others then
461: wf_core.context('OKC_WF_K_APPROVE',
462: 'VALID_APPROVER',
463: itemtype,
464: itemkey,
465: to_char(actid),

Line 519: wf_core.context('OKC_WF_K_APPROVE',

515: end if;
516:
517: exception
518: when others then
519: wf_core.context('OKC_WF_K_APPROVE',
520: 'SELECTOR',
521: item_type,
522: item_key,
523: to_char(activity_id),

Line 633: wf_core.context('OKC_WF_K_APPROVE',

629: return;
630: --
631: exception
632: when others then
633: wf_core.context('OKC_WF_K_APPROVE',
634: 'POST_APPROVAL',
635: itemtype,
636: itemkey,
637: to_char(actid),

Line 763: wf_core.context('OKC_WF_K_APPROVE',

759:
760: return;
761: exception
762: when others then
763: wf_core.context('OKC_WF_K_APPROVE',
764: 'POST_SIGN',
765: itemtype,
766: itemkey,
767: to_char(actid),

Line 841: wf_core.context('OKC_WF_K_APPROVE',

837: --
838: end if;
839: exception
840: when others then
841: wf_core.context('OKC_WF_K_APPROVE',
842: 'IS_RELATED',
843: itemtype,
844: itemkey,
845: to_char(actid),

Line 897: wf_core.context('OKC_WF_K_APPROVE',

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

Line 958: wf_core.context('OKC_WF_K_APPROVE',

954: --
955: end if;
956: exception
957: when others then
958: wf_core.context('OKC_WF_K_APPROVE',
959: 'IS_K_TEMPLATE',
960: itemtype,
961: itemkey,
962: to_char(actid),

Line 1168: wf_core.context('OKC_WF_K_APPROVE',

1164: --
1165: end if;
1166: exception
1167: when others then
1168: wf_core.context('OKC_WF_K_APPROVE',
1169: 'INITIALIZE',
1170: itemtype,
1171: itemkey,
1172: to_char(actid),

Line 1391: wf_core.context('OKC_WF_K_APPROVE',

1387: okc_debug.log('OKSWCAPB: Select_Approver() -- End of Select_Approver()', 2);
1388: END IF;
1389: exception
1390: when others then
1391: wf_core.context('OKC_WF_K_APPROVE',
1392: 'SELECT_APPROVER',
1393: itemtype,
1394: itemkey,
1395: to_char(actid),

Line 1502: wf_core.context('OKC_WF_K_APPROVE',

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

Line 1636: wf_core.context('OKC_WF_K_APPROVE',

1632: --
1633: end if;
1634: exception
1635: when others then
1636: wf_core.context('OKC_WF_K_APPROVE',
1637: 'RECORD_APPROVED',
1638: itemtype,
1639: itemkey,
1640: to_char(actid),

Line 1712: wf_core.context('OKC_WF_K_APPROVE',

1708: --
1709: end if;
1710: exception
1711: when others then
1712: wf_core.context('OKC_WF_K_APPROVE',
1713: 'ERASE_APPROVED',
1714: itemtype,
1715: itemkey,
1716: to_char(actid),

Line 1796: wf_core.context('OKC_WF_K_APPROVE',

1792: --
1793: end if;
1794: exception
1795: when others then
1796: wf_core.context('OKC_WF_K_APPROVE',
1797: 'RECORD_SIGNED',
1798: itemtype,
1799: itemkey,
1800: to_char(actid),

Line 1890: wf_core.context('OKS_WF_K_APPROVE',

1886: --
1887: end if;
1888: exception
1889: when others then
1890: wf_core.context('OKS_WF_K_APPROVE',
1891: 'Record_Rejected',
1892: itemtype,
1893: itemkey,
1894: to_char(actid),

Line 1944: wf_core.context('OKC_WF_K_APPROVE',

1940: --
1941: end if;
1942: exception
1943: when others then
1944: wf_core.context('OKC_WF_K_APPROVE',
1945: 'WAS_APPROVER',
1946: itemtype,
1947: itemkey,
1948: to_char(actid),

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

2016: end if;
2017: End If;
2018: EXCEPTION
2019: when others then
2020: wf_core.context(pkg_name => 'OKC_WF_K_APPROVE',
2021: proc_name => 'NOTIFY_SALES_REP_W',
2022: arg1 => itemtype,
2023: arg2 => itemkey,
2024: arg3 => to_char(actid),

Line 2097: wf_core.context('OKC_WF_K_APPROVE',

2093: --
2094: end if;
2095: exception
2096: when others then
2097: wf_core.context('OKC_WF_K_APPROVE',
2098: 'MAKE_ACTIVE',
2099: itemtype,
2100: itemkey,
2101: to_char(actid),

Line 2201: wf_core.context('OKC_WF_K_APPROVE',

2197: --
2198: end if;
2199: exception
2200: when others then
2201: wf_core.context('OKC_WF_K_APPROVE',
2202: 'updt_quote_from_k',
2203: itemtype,
2204: itemkey,
2205: to_char(actid),

Line 2307: wf_core.context('OKC_WF_K_APPROVE',

2303: --
2304: END IF;
2305: EXCEPTION
2306: WHEN OTHERS THEN
2307: wf_core.context('OKC_WF_K_APPROVE',
2308: 'invalid_approver',
2309: itemtype,
2310: itemkey,
2311: TO_CHAR(actid),

Line 2414: wf_core.context('Okc_Wf_K_Approve',

2410: --
2411: END IF;
2412: EXCEPTION
2413: WHEN OTHERS THEN
2414: wf_core.context('Okc_Wf_K_Approve',
2415: 'update_invalid_approver',
2416: itemtype,
2417: itemkey,
2418: TO_CHAR(actid),