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 714: wf_core.context('OKC_WF_K_APPROVE',

710: end if;
711: return;
712: exception
713: when others then
714: wf_core.context('OKC_WF_K_APPROVE',
715: 'POST_SIGN',
716: itemtype,
717: itemkey,
718: to_char(actid),

Line 792: wf_core.context('OKC_WF_K_APPROVE',

788: --
789: end if;
790: exception
791: when others then
792: wf_core.context('OKC_WF_K_APPROVE',
793: 'IS_RELATED',
794: itemtype,
795: itemkey,
796: to_char(actid),

Line 848: wf_core.context('OKC_WF_K_APPROVE',

844: --
845: end if;
846: exception
847: when others then
848: wf_core.context('OKC_WF_K_APPROVE',
849: 'NOTE_FILLED',
850: itemtype,
851: itemkey,
852: to_char(actid),

Line 909: wf_core.context('OKC_WF_K_APPROVE',

905: --
906: end if;
907: exception
908: when others then
909: wf_core.context('OKC_WF_K_APPROVE',
910: 'IS_K_TEMPLATE',
911: itemtype,
912: itemkey,
913: to_char(actid),

Line 1119: wf_core.context('OKC_WF_K_APPROVE',

1115: --
1116: end if;
1117: exception
1118: when others then
1119: wf_core.context('OKC_WF_K_APPROVE',
1120: 'INITIALIZE',
1121: itemtype,
1122: itemkey,
1123: to_char(actid),

Line 1341: wf_core.context('OKC_WF_K_APPROVE',

1337: okc_debug.log('OKSWCAPB: Select_Approver() -- End of Select_Approver()', 2);
1338: END IF;
1339: exception
1340: when others then
1341: wf_core.context('OKC_WF_K_APPROVE',
1342: 'SELECT_APPROVER',
1343: itemtype,
1344: itemkey,
1345: to_char(actid),

Line 1452: wf_core.context('OKC_WF_K_APPROVE',

1448: --
1449: end if;
1450: exception
1451: when others then
1452: wf_core.context('OKC_WF_K_APPROVE',
1453: 'SELECT_INFORMED',
1454: itemtype,
1455: itemkey,
1456: to_char(actid),

Line 1586: wf_core.context('OKC_WF_K_APPROVE',

1582: --
1583: end if;
1584: exception
1585: when others then
1586: wf_core.context('OKC_WF_K_APPROVE',
1587: 'RECORD_APPROVED',
1588: itemtype,
1589: itemkey,
1590: to_char(actid),

Line 1662: wf_core.context('OKC_WF_K_APPROVE',

1658: --
1659: end if;
1660: exception
1661: when others then
1662: wf_core.context('OKC_WF_K_APPROVE',
1663: 'ERASE_APPROVED',
1664: itemtype,
1665: itemkey,
1666: to_char(actid),

Line 1745: wf_core.context('OKC_WF_K_APPROVE',

1741: --
1742: end if;
1743: exception
1744: when others then
1745: wf_core.context('OKC_WF_K_APPROVE',
1746: 'RECORD_SIGNED',
1747: itemtype,
1748: itemkey,
1749: to_char(actid),

Line 1839: wf_core.context('OKS_WF_K_APPROVE',

1835: --
1836: end if;
1837: exception
1838: when others then
1839: wf_core.context('OKS_WF_K_APPROVE',
1840: 'Record_Rejected',
1841: itemtype,
1842: itemkey,
1843: to_char(actid),

Line 1893: wf_core.context('OKC_WF_K_APPROVE',

1889: --
1890: end if;
1891: exception
1892: when others then
1893: wf_core.context('OKC_WF_K_APPROVE',
1894: 'WAS_APPROVER',
1895: itemtype,
1896: itemkey,
1897: to_char(actid),

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

1965: end if;
1966: End If;
1967: EXCEPTION
1968: when others then
1969: wf_core.context(pkg_name => 'OKC_WF_K_APPROVE',
1970: proc_name => 'NOTIFY_SALES_REP_W',
1971: arg1 => itemtype,
1972: arg2 => itemkey,
1973: arg3 => to_char(actid),

Line 2046: wf_core.context('OKC_WF_K_APPROVE',

2042: --
2043: end if;
2044: exception
2045: when others then
2046: wf_core.context('OKC_WF_K_APPROVE',
2047: 'MAKE_ACTIVE',
2048: itemtype,
2049: itemkey,
2050: to_char(actid),

Line 2150: wf_core.context('OKC_WF_K_APPROVE',

2146: --
2147: end if;
2148: exception
2149: when others then
2150: wf_core.context('OKC_WF_K_APPROVE',
2151: 'updt_quote_from_k',
2152: itemtype,
2153: itemkey,
2154: to_char(actid),

Line 2256: wf_core.context('OKC_WF_K_APPROVE',

2252: --
2253: END IF;
2254: EXCEPTION
2255: WHEN OTHERS THEN
2256: wf_core.context('OKC_WF_K_APPROVE',
2257: 'invalid_approver',
2258: itemtype,
2259: itemkey,
2260: TO_CHAR(actid),

Line 2363: wf_core.context('Okc_Wf_K_Approve',

2359: --
2360: END IF;
2361: EXCEPTION
2362: WHEN OTHERS THEN
2363: wf_core.context('Okc_Wf_K_Approve',
2364: 'update_invalid_approver',
2365: itemtype,
2366: itemkey,
2367: TO_CHAR(actid),