DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_PUB dependencies on WF_CORE

Line 93: wf_core.context('Eng_Workflow_Pub', 'CHECK_HEADER_OR_LINE',

89:
90: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
91: -- The line below records this function call in the error system
92: -- in the case of an exception.
93: wf_core.context('Eng_Workflow_Pub', 'CHECK_HEADER_OR_LINE',
94: itemtype, itemkey, to_char(actid), funcmode);
95: raise;
96:
97: WHEN OTHERS THEN

Line 100: wf_core.context('Eng_Workflow_Pub', 'CHECK_HEADER_OR_LINE',

96:
97: WHEN OTHERS THEN
98: -- The line below records this function call in the error system
99: -- in the case of an exception.
100: wf_core.context('Eng_Workflow_Pub', 'CHECK_HEADER_OR_LINE',
101: itemtype, itemkey, to_char(actid), funcmode);
102: raise;
103:
104: END CHECK_HEADER_OR_LINE ;

Line 242: wf_core.context('Eng_Workflow_Pub', 'SELECT_ADHOC_PARTY',

238:
239: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
240: -- The line below records this function call in the error system
241: -- in the case of an exception.
242: wf_core.context('Eng_Workflow_Pub', 'SELECT_ADHOC_PARTY',
243: itemtype, itemkey, to_char(actid), funcmode);
244: raise;
245:
246:

Line 250: wf_core.context('Eng_Workflow_Pub', 'SELECT_ADHOC_PARTY',

246:
247: WHEN OTHERS THEN
248: -- The line below records this function call in the error system
249: -- in the case of an exception.
250: wf_core.context('Eng_Workflow_Pub', 'SELECT_ADHOC_PARTY',
251: itemtype, itemkey, to_char(actid), funcmode);
252: raise;
253:
254: END SELECT_ADHOC_PARTY ;

Line 370: wf_core.context('Eng_Workflow_Pub', 'SELECT_ASSIGNEE',

366: END IF ;
367:
368: -- The line below records this function call in the error system
369: -- in the case of an exception.
370: wf_core.context('Eng_Workflow_Pub', 'SELECT_ASSIGNEE',
371: itemtype, itemkey, to_char(actid), funcmode);
372: raise;
373:
374:

Line 383: wf_core.context('Eng_Workflow_Pub', 'SELECT_ASSIGNEE',

379: END IF ;
380:
381: -- The line below records this function call in the error system
382: -- in the case of an exception.
383: wf_core.context('Eng_Workflow_Pub', 'SELECT_ASSIGNEE',
384: itemtype, itemkey, to_char(actid), funcmode);
385: raise;
386:
387: END SELECT_ASSIGNEE ;

Line 475: wf_core.context('Eng_Workflow_Pub', 'SELECT_STD_REVIEWERS',

471:
472: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
473: -- The line below records this function call in the error system
474: -- in the case of an exception.
475: wf_core.context('Eng_Workflow_Pub', 'SELECT_STD_REVIEWERS',
476: itemtype, itemkey, to_char(actid), funcmode);
477: raise;
478:
479:

Line 483: wf_core.context('Eng_Workflow_Pub', 'SELECT_STD_REVIEWERS',

479:
480: WHEN OTHERS THEN
481: -- The line below records this function call in the error system
482: -- in the case of an exception.
483: wf_core.context('Eng_Workflow_Pub', 'SELECT_STD_REVIEWERS',
484: itemtype, itemkey, to_char(actid), funcmode);
485: raise;
486:
487: END SELECT_STD_REVIEWERS;

Line 574: wf_core.context('Eng_Workflow_Pub', 'SELECT_REVIEWERS',

570:
571: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
572: -- The line below records this function call in the error system
573: -- in the case of an exception.
574: wf_core.context('Eng_Workflow_Pub', 'SELECT_REVIEWERS',
575: itemtype, itemkey, to_char(actid), funcmode);
576: raise;
577:
578:

Line 582: wf_core.context('Eng_Workflow_Pub', 'SELECT_REVIEWERS',

578:
579: WHEN OTHERS THEN
580: -- The line below records this function call in the error system
581: -- in the case of an exception.
582: wf_core.context('Eng_Workflow_Pub', 'SELECT_REVIEWERS',
583: itemtype, itemkey, to_char(actid), funcmode);
584: raise;
585:
586: END SELECT_REVIEWERS;

Line 698: wf_core.context('Eng_Workflow_Pub', 'SELECT_LINE_ASSIGNEE',

694: END IF ;
695:
696: -- The line below records this function call in the error system
697: -- in the case of an exception.
698: wf_core.context('Eng_Workflow_Pub', 'SELECT_LINE_ASSIGNEE',
699: itemtype, itemkey, to_char(actid), funcmode);
700: raise;
701:
702:

Line 711: wf_core.context('Eng_Workflow_Pub', 'SELECT_LINE_ASSIGNEE',

707: END IF ;
708:
709: -- The line below records this function call in the error system
710: -- in the case of an exception.
711: wf_core.context('Eng_Workflow_Pub', 'SELECT_LINE_ASSIGNEE',
712: itemtype, itemkey, to_char(actid), funcmode);
713: raise;
714:
715: END SELECT_LINE_ASSIGNEE ;

Line 831: wf_core.context('Eng_Workflow_Pub', 'SELECT_STD_LINE_REVIEWERS',

827: END IF ;
828:
829: -- The line below records this function call in the error system
830: -- in the case of an exception.
831: wf_core.context('Eng_Workflow_Pub', 'SELECT_STD_LINE_REVIEWERS',
832: itemtype, itemkey, to_char(actid), funcmode);
833: raise;
834:
835:

Line 843: wf_core.context('Eng_Workflow_Pub', 'SELECT_STD_LINE_REVIEWERS',

839: END IF ;
840:
841: -- The line below records this function call in the error system
842: -- in the case of an exception.
843: wf_core.context('Eng_Workflow_Pub', 'SELECT_STD_LINE_REVIEWERS',
844: itemtype, itemkey, to_char(actid), funcmode);
845: raise;
846:
847: END SELECT_STD_LINE_REVIEWERS;

Line 934: wf_core.context('Eng_Workflow_Pub', 'SELECT_LINE_REVIEWERS',

930:
931: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
932: -- The line below records this function call in the error system
933: -- in the case of an exception.
934: wf_core.context('Eng_Workflow_Pub', 'SELECT_LINE_REVIEWERS',
935: itemtype, itemkey, to_char(actid), funcmode);
936: raise;
937:
938: WHEN OTHERS THEN

Line 941: wf_core.context('Eng_Workflow_Pub', 'SELECT_LINE_REVIEWERS',

937:
938: WHEN OTHERS THEN
939: -- The line below records this function call in the error system
940: -- in the case of an exception.
941: wf_core.context('Eng_Workflow_Pub', 'SELECT_LINE_REVIEWERS',
942: itemtype, itemkey, to_char(actid), funcmode);
943: raise;
944:
945: END SELECT_LINE_REVIEWERS;

Line 1056: wf_core.context('Eng_Workflow_Pub', 'INITIATE_LINES',

1052:
1053: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1054: -- The line below records this function call in the error system
1055: -- in the case of an exception.
1056: wf_core.context('Eng_Workflow_Pub', 'INITIATE_LINES',
1057: itemtype, itemkey, to_char(actid), funcmode);
1058: raise;
1059:
1060: WHEN OTHERS THEN

Line 1063: wf_core.context('Eng_Workflow_Pub', 'INITIATE_LINES',

1059:
1060: WHEN OTHERS THEN
1061: -- The line below records this function call in the error system
1062: -- in the case of an exception.
1063: wf_core.context('Eng_Workflow_Pub', 'INITIATE_LINES',
1064: itemtype, itemkey, to_char(actid), funcmode);
1065: raise;
1066:
1067: END INITIATE_LINES;

Line 1154: wf_core.context('Eng_Workflow_Pub', 'SELECT_ROUTE_PEOPLE',

1150:
1151: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1152: -- The line below records this function call in the error system
1153: -- in the case of an exception.
1154: wf_core.context('Eng_Workflow_Pub', 'SELECT_ROUTE_PEOPLE',
1155: itemtype, itemkey, to_char(actid), funcmode);
1156: raise;
1157:
1158:

Line 1162: wf_core.context('Eng_Workflow_Pub', 'SELECT_ROUTE_PEOPLE',

1158:
1159: WHEN OTHERS THEN
1160: -- The line below records this function call in the error system
1161: -- in the case of an exception.
1162: wf_core.context('Eng_Workflow_Pub', 'SELECT_ROUTE_PEOPLE',
1163: itemtype, itemkey, to_char(actid), funcmode);
1164: raise;
1165:
1166: END SELECT_ROUTE_PEOPLE ;

Line 1253: wf_core.context('Eng_Workflow_Pub', 'SELECT_STEP_PEOPLE',

1249:
1250: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1251: -- The line below records this function call in the error system
1252: -- in the case of an exception.
1253: wf_core.context('Eng_Workflow_Pub', 'SELECT_STEP_PEOPLE',
1254: itemtype, itemkey, to_char(actid), funcmode);
1255: raise;
1256:
1257:

Line 1261: wf_core.context('Eng_Workflow_Pub', 'SELECT_STEP_PEOPLE',

1257:
1258: WHEN OTHERS THEN
1259: -- The line below records this function call in the error system
1260: -- in the case of an exception.
1261: wf_core.context('Eng_Workflow_Pub', 'SELECT_STEP_PEOPLE',
1262: itemtype, itemkey, to_char(actid), funcmode);
1263: raise;
1264:
1265: END SELECT_STEP_PEOPLE;

Line 1346: wf_core.context('Eng_Workflow_Pub', 'DELETE_ADHOC_ROLES_AND_USERS',

1342:
1343: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1344: -- The line below records this function call in the error system
1345: -- in the case of an exception.
1346: wf_core.context('Eng_Workflow_Pub', 'DELETE_ADHOC_ROLES_AND_USERS',
1347: itemtype, itemkey, to_char(actid), funcmode);
1348: raise;
1349:
1350:

Line 1354: wf_core.context('Eng_Workflow_Pub', 'DELETE_ADHOC_ROLES_AND_USERS',

1350:
1351: WHEN OTHERS THEN
1352: -- The line below records this function call in the error system
1353: -- in the case of an exception.
1354: wf_core.context('Eng_Workflow_Pub', 'DELETE_ADHOC_ROLES_AND_USERS',
1355: itemtype, itemkey, to_char(actid), funcmode);
1356: raise;
1357:
1358: END DELETE_ADHOC_ROLES_AND_USERS ;

Line 1457: wf_core.context('Eng_Workflow_Pub', 'SET_REQUEST_OPTIONS',

1453:
1454: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1455: -- The line below records this function call in the error system
1456: -- in the case of an exception.
1457: wf_core.context('Eng_Workflow_Pub', 'SET_REQUEST_OPTIONS',
1458: itemtype, itemkey, to_char(actid), funcmode);
1459: raise;
1460:
1461:

Line 1465: wf_core.context('Eng_Workflow_Pub', 'SET_REQUEST_OPTIONS',

1461:
1462: WHEN OTHERS THEN
1463: -- The line below records this function call in the error system
1464: -- in the case of an exception.
1465: wf_core.context('Eng_Workflow_Pub', 'SET_REQUEST_OPTIONS',
1466: itemtype, itemkey, to_char(actid), funcmode);
1467: raise;
1468:
1469:

Line 1597: wf_core.context('Eng_Workflow_Pub', 'SET_STEP_ACT_OPTIONS',

1593:
1594: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1595: -- The line below records this function call in the error system
1596: -- in the case of an exception.
1597: wf_core.context('Eng_Workflow_Pub', 'SET_STEP_ACT_OPTIONS',
1598: itemtype, itemkey, to_char(actid), funcmode);
1599: raise;
1600:
1601:

Line 1605: wf_core.context('Eng_Workflow_Pub', 'SET_STEP_ACT_OPTIONS',

1601:
1602: WHEN OTHERS THEN
1603: -- The line below records this function call in the error system
1604: -- in the case of an exception.
1605: wf_core.context('Eng_Workflow_Pub', 'SET_STEP_ACT_OPTIONS',
1606: itemtype, itemkey, to_char(actid), funcmode);
1607: raise;
1608:
1609:

Line 1822: -- Use WF_CORE API to raise a translated error message back to the

1818: l_nid := wf_engine.context_nid;
1819: -- Retrieve the respond attribute value
1820: l_attr_value := wf_notification.GetAttrText(l_nid,'WF_NOTE');
1821:
1822: -- Use WF_CORE API to raise a translated error message back to the
1823: -- notification page
1824: if (l_attr_value is null) then
1825: wf_core.raise(FND_MESSAGE.get_string('ENG','ENG_COMMENT_IS_REQUIRED'));
1826: end if;

Line 1825: wf_core.raise(FND_MESSAGE.get_string('ENG','ENG_COMMENT_IS_REQUIRED'));

1821:
1822: -- Use WF_CORE API to raise a translated error message back to the
1823: -- notification page
1824: if (l_attr_value is null) then
1825: wf_core.raise(FND_MESSAGE.get_string('ENG','ENG_COMMENT_IS_REQUIRED'));
1826: end if;
1827: end if;
1828:
1829: --

Line 1847: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_COMMENT_REQUEST',

1843: END IF ;
1844:
1845: -- The line below records this function call in the error system
1846: -- in the case of an exception.
1847: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_COMMENT_REQUEST',
1848: itemtype, itemkey, to_char(actid), funcmode);
1849: raise;
1850:
1851:

Line 1860: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_COMMENT_REQUEST',

1856: END IF ;
1857:
1858: -- The line below records this function call in the error system
1859: -- in the case of an exception.
1860: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_COMMENT_REQUEST',
1861: itemtype, itemkey, to_char(actid), funcmode);
1862: raise;
1863:
1864: END RESPOND_TO_COMMENT_REQUEST ;

Line 2062: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_APPROVAL_REQ',

2058: END IF ;
2059:
2060: -- The line below records this function call in the error system
2061: -- in the case of an exception.
2062: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_APPROVAL_REQ',
2063: itemtype, itemkey, to_char(actid), funcmode);
2064: raise;
2065:
2066:

Line 2075: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_APPROVAL_REQ',

2071: END IF ;
2072:
2073: -- The line below records this function call in the error system
2074: -- in the case of an exception.
2075: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_APPROVAL_REQ',
2076: itemtype, itemkey, to_char(actid), funcmode);
2077: raise;
2078:
2079: END RESPOND_TO_ROUTE_APPROVAL_REQ ;

Line 2305: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_COMMENT_REQ',

2301: END IF ;
2302:
2303: -- The line below records this function call in the error system
2304: -- in the case of an exception.
2305: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_COMMENT_REQ',
2306: itemtype, itemkey, to_char(actid), funcmode);
2307: raise;
2308:
2309:

Line 2318: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_COMMENT_REQ',

2314: END IF ;
2315:
2316: -- The line below records this function call in the error system
2317: -- in the case of an exception.
2318: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_COMMENT_REQ',
2319: itemtype, itemkey, to_char(actid), funcmode);
2320: raise;
2321:
2322: END RESPOND_TO_ROUTE_COMMENT_REQ ;

Line 2586: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_DEF_REQ',

2582: END IF ;
2583:
2584: -- The line below records this function call in the error system
2585: -- in the case of an exception.
2586: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_DEF_REQ',
2587: itemtype, itemkey, to_char(actid), funcmode);
2588: raise;
2589:
2590:

Line 2599: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_DEF_REQ',

2595: END IF ;
2596:
2597: -- The line below records this function call in the error system
2598: -- in the case of an exception.
2599: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_DEF_REQ',
2600: itemtype, itemkey, to_char(actid), funcmode);
2601: raise;
2602:
2603: END RESPOND_TO_ROUTE_DEF_REQ ;

Line 2873: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_DEF_APPR_REQ',

2869: END IF ;
2870:
2871: -- The line below records this function call in the error system
2872: -- in the case of an exception.
2873: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_DEF_APPR_REQ',
2874: itemtype, itemkey, to_char(actid), funcmode);
2875: raise;
2876:
2877:

Line 2886: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_DEF_APPR_REQ',

2882: END IF ;
2883:
2884: -- The line below records this function call in the error system
2885: -- in the case of an exception.
2886: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_DEF_APPR_REQ',
2887: itemtype, itemkey, to_char(actid), funcmode);
2888: raise;
2889:
2890: END RESPOND_TO_ROUTE_DEF_APPR_REQ ;

Line 3044: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_CORRECT_REQ',

3040: END IF ;
3041:
3042: -- The line below records this function call in the error system
3043: -- in the case of an exception.
3044: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_CORRECT_REQ',
3045: itemtype, itemkey, to_char(actid), funcmode);
3046: raise;
3047:
3048:

Line 3057: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_CORRECT_REQ',

3053: END IF ;
3054:
3055: -- The line below records this function call in the error system
3056: -- in the case of an exception.
3057: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_CORRECT_REQ',
3058: itemtype, itemkey, to_char(actid), funcmode);
3059: raise;
3060:
3061: END RESPOND_TO_ROUTE_CORRECT_REQ ;

Line 3288: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_RESPONSE_REQ',

3284: END IF ;
3285:
3286: -- The line below records this function call in the error system
3287: -- in the case of an exception.
3288: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_RESPONSE_REQ',
3289: itemtype, itemkey, to_char(actid), funcmode);
3290: raise;
3291:
3292:

Line 3301: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_RESPONSE_REQ',

3297: END IF ;
3298:
3299: -- The line below records this function call in the error system
3300: -- in the case of an exception.
3301: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_RESPONSE_REQ',
3302: itemtype, itemkey, to_char(actid), funcmode);
3303: raise;
3304:
3305: END RESPOND_TO_ROUTE_RESPONSE_REQ ;

Line 3484: wf_core.context('Eng_Workflow_Pub', 'START_ROUTE_STEP',

3480:
3481: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3482: -- The line below records this function call in the error system
3483: -- in the case of an exception.
3484: wf_core.context('Eng_Workflow_Pub', 'START_ROUTE_STEP',
3485: itemtype, itemkey, to_char(actid), funcmode);
3486: raise;
3487:
3488:

Line 3492: wf_core.context('Eng_Workflow_Pub', 'START_ROUTE_STEP',

3488:
3489: WHEN OTHERS THEN
3490: -- The line below records this function call in the error system
3491: -- in the case of an exception.
3492: wf_core.context('Eng_Workflow_Pub', 'START_ROUTE_STEP',
3493: itemtype, itemkey, to_char(actid), funcmode);
3494: raise;
3495:
3496: END START_ROUTE_STEP ;

Line 3570: wf_core.context('Eng_Workflow_Pub', 'CHECK_STEP_RESULT',

3566:
3567: WHEN OTHERS THEN
3568: -- The line below records this function call in the error system
3569: -- in the case of an exception.
3570: wf_core.context('Eng_Workflow_Pub', 'CHECK_STEP_RESULT',
3571: itemtype, itemkey, to_char(actid), funcmode);
3572: raise;
3573:
3574: END CHECK_STEP_RESULT ;

Line 3660: wf_core.context('Eng_Workflow_Pub', 'CHECK_LINE_APPROVALS',

3656: EXCEPTION
3657: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3658: -- The line below records this function call in the error system
3659: -- in the case of an exception.
3660: wf_core.context('Eng_Workflow_Pub', 'CHECK_LINE_APPROVALS',
3661: itemtype, itemkey, to_char(actid), funcmode);
3662: raise;
3663:
3664:

Line 3668: wf_core.context('Eng_Workflow_Pub', 'CHECK_LINE_APPROVALS',

3664:
3665: WHEN OTHERS THEN
3666: -- The line below records this function call in the error system
3667: -- in the case of an exception.
3668: wf_core.context('Eng_Workflow_Pub', 'CHECK_LINE_APPROVALS',
3669: itemtype, itemkey, to_char(actid), funcmode);
3670: raise;
3671:
3672: END CHECK_LINE_APPROVALS ;

Line 3776: wf_core.context('Eng_Workflow_Pub', 'FIND_WAITING_STEP',

3772: EXCEPTION
3773: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3774: -- The line below records this function call in the error system
3775: -- in the case of an exception.
3776: wf_core.context('Eng_Workflow_Pub', 'FIND_WAITING_STEP',
3777: itemtype, itemkey, to_char(actid), funcmode);
3778: raise;
3779:
3780:

Line 3784: wf_core.context('Eng_Workflow_Pub', 'FIND_WAITING_STEP',

3780:
3781: WHEN OTHERS THEN
3782: -- The line below records this function call in the error system
3783: -- in the case of an exception.
3784: wf_core.context('Eng_Workflow_Pub', 'FIND_WAITING_STEP',
3785: itemtype, itemkey, to_char(actid), funcmode);
3786: raise;
3787:
3788: END FIND_WAITING_STEP ;

Line 3983: wf_core.context('Eng_Workflow_Pub', 'ROUTE_APPROVE_CHANGE',

3979:
3980: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3981: -- The line below records this function call in the error system
3982: -- in the case of an exception.
3983: wf_core.context('Eng_Workflow_Pub', 'ROUTE_APPROVE_CHANGE',
3984: itemtype, itemkey, to_char(actid), funcmode);
3985: raise;
3986:
3987:

Line 3991: wf_core.context('Eng_Workflow_Pub', 'ROUTE_APPROVE_CHANGE',

3987:
3988: WHEN OTHERS THEN
3989: -- The line below records this function call in the error system
3990: -- in the case of an exception.
3991: wf_core.context('Eng_Workflow_Pub', 'ROUTE_APPROVE_CHANGE',
3992: itemtype, itemkey, to_char(actid), funcmode);
3993: raise;
3994:
3995: END ROUTE_APPROVE_CHANGE ;

Line 4171: wf_core.context('Eng_Workflow_Pub', 'ROUTE_REJECT_CHANGE',

4167:
4168: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4169: -- The line below records this function call in the error system
4170: -- in the case of an exception.
4171: wf_core.context('Eng_Workflow_Pub', 'ROUTE_REJECT_CHANGE',
4172: itemtype, itemkey, to_char(actid), funcmode);
4173: raise;
4174:
4175:

Line 4179: wf_core.context('Eng_Workflow_Pub', 'ROUTE_REJECT_CHANGE',

4175:
4176: WHEN OTHERS THEN
4177: -- The line below records this function call in the error system
4178: -- in the case of an exception.
4179: wf_core.context('Eng_Workflow_Pub', 'ROUTE_REJECT_CHANGE',
4180: itemtype, itemkey, to_char(actid), funcmode);
4181: raise;
4182:
4183: END ROUTE_REJECT_CHANGE ;

Line 4359: wf_core.context('Eng_Workflow_Pub', 'ROUTE_SET_TIMEOUT',

4355:
4356: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4357: -- The line below records this function call in the error system
4358: -- in the case of an exception.
4359: wf_core.context('Eng_Workflow_Pub', 'ROUTE_SET_TIMEOUT',
4360: itemtype, itemkey, to_char(actid), funcmode);
4361: raise;
4362:
4363: WHEN OTHERS THEN

Line 4366: wf_core.context('Eng_Workflow_Pub', 'ROUTE_SET_TIMEOUT',

4362:
4363: WHEN OTHERS THEN
4364: -- The line below records this function call in the error system
4365: -- in the case of an exception.
4366: wf_core.context('Eng_Workflow_Pub', 'ROUTE_SET_TIMEOUT',
4367: itemtype, itemkey, to_char(actid), funcmode);
4368: raise;
4369:
4370: END ROUTE_SET_TIMEOUT ;

Line 4464: wf_core.context('Eng_Workflow_Pub', 'STEP_COMPLETE_ACTIVITY',

4460:
4461: WHEN OTHERS THEN
4462: -- The line below records this function call in the error system
4463: -- in the case of an exception.
4464: wf_core.context('Eng_Workflow_Pub', 'STEP_COMPLETE_ACTIVITY',
4465: itemtype, itemkey, to_char(actid), funcmode);
4466: raise;
4467:
4468:

Line 4560: wf_core.context('Eng_Workflow_Pub', 'STEP_APPROVE_CHANGE',

4556:
4557: WHEN OTHERS THEN
4558: -- The line below records this function call in the error system
4559: -- in the case of an exception.
4560: wf_core.context('Eng_Workflow_Pub', 'STEP_APPROVE_CHANGE',
4561: itemtype, itemkey, to_char(actid), funcmode);
4562: raise;
4563:
4564: END STEP_APPROVE_CHANGE ;

Line 4652: wf_core.context('Eng_Workflow_Pub', 'STEP_REJECT_CHANGE',

4648:
4649: WHEN OTHERS THEN
4650: -- The line below records this function call in the error system
4651: -- in the case of an exception.
4652: wf_core.context('Eng_Workflow_Pub', 'STEP_REJECT_CHANGE',
4653: itemtype, itemkey, to_char(actid), funcmode);
4654: raise;
4655:
4656: END STEP_REJECT_CHANGE ;

Line 4747: wf_core.context('Eng_Workflow_Pub', 'STEP_SET_TIMEOUT',

4743:
4744: WHEN OTHERS THEN
4745: -- The line below records this function call in the error system
4746: -- in the case of an exception.
4747: wf_core.context('Eng_Workflow_Pub', 'STEP_SET_TIMEOUT',
4748: itemtype, itemkey, to_char(actid), funcmode);
4749: raise;
4750:
4751: END STEP_SET_TIMEOUT ;

Line 4848: wf_core.context('Eng_Workflow_Pub', 'GRANT_ROLE_TO_STEP_PEOPLE',

4844:
4845: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4846: -- The line below records this function call in the error system
4847: -- in the case of an exception.
4848: wf_core.context('Eng_Workflow_Pub', 'GRANT_ROLE_TO_STEP_PEOPLE',
4849: itemtype, itemkey, to_char(actid), funcmode);
4850: raise;
4851:
4852: WHEN OTHERS THEN

Line 4855: wf_core.context('Eng_Workflow_Pub', 'GRANT_ROLE_TO_STEP_PEOPLE',

4851:
4852: WHEN OTHERS THEN
4853: -- The line below records this function call in the error system
4854: -- in the case of an exception.
4855: wf_core.context('Eng_Workflow_Pub', 'GRANT_ROLE_TO_STEP_PEOPLE',
4856: itemtype, itemkey, to_char(actid), funcmode);
4857: raise;
4858:
4859: END GRANT_ROLE_TO_STEP_PEOPLE ;

Line 4956: wf_core.context('Eng_Workflow_Pub', 'CHECK_DEFINITIONS',

4952: EXCEPTION
4953: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4954: -- The line below records this function call in the error system
4955: -- in the case of an exception.
4956: wf_core.context('Eng_Workflow_Pub', 'CHECK_DEFINITIONS',
4957: itemtype, itemkey, to_char(actid), funcmode);
4958: raise;
4959:
4960:

Line 4964: wf_core.context('Eng_Workflow_Pub', 'CHECK_DEFINITIONS',

4960:
4961: WHEN OTHERS THEN
4962: -- The line below records this function call in the error system
4963: -- in the case of an exception.
4964: wf_core.context('Eng_Workflow_Pub', 'CHECK_DEFINITIONS',
4965: itemtype, itemkey, to_char(actid), funcmode);
4966: raise;
4967:
4968: END CHECK_DEFINITIONS ;

Line 5032: wf_core.context('Eng_Workflow_Pub', 'CHECK_ROUTE_OBJECT',

5028: EXCEPTION
5029: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5030: -- The line below records this function call in the error system
5031: -- in the case of an exception.
5032: wf_core.context('Eng_Workflow_Pub', 'CHECK_ROUTE_OBJECT',
5033: itemtype, itemkey, to_char(actid), funcmode);
5034: raise;
5035:
5036:

Line 5040: wf_core.context('Eng_Workflow_Pub', 'CHECK_ROUTE_OBJECT',

5036:
5037: WHEN OTHERS THEN
5038: -- The line below records this function call in the error system
5039: -- in the case of an exception.
5040: wf_core.context('Eng_Workflow_Pub', 'CHECK_ROUTE_OBJECT',
5041: itemtype, itemkey, to_char(actid), funcmode);
5042: raise;
5043:
5044: END CHECK_ROUTE_OBJECT ;

Line 5133: wf_core.context('Eng_Workflow_Pub', 'SYNC_CHANGE_LC_PHASE',

5129: EXCEPTION
5130: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5131: -- The line below records this function call in the error system
5132: -- in the case of an exception.
5133: wf_core.context('Eng_Workflow_Pub', 'SYNC_CHANGE_LC_PHASE',
5134: itemtype, itemkey, to_char(actid), funcmode);
5135: raise;
5136:
5137:

Line 5141: wf_core.context('Eng_Workflow_Pub', 'SYNC_CHANGE_LC_PHASE',

5137:
5138: WHEN OTHERS THEN
5139: -- The line below records this function call in the error system
5140: -- in the case of an exception.
5141: wf_core.context('Eng_Workflow_Pub', 'SYNC_CHANGE_LC_PHASE',
5142: itemtype, itemkey, to_char(actid), funcmode);
5143: raise;
5144:
5145: END SYNC_CHANGE_LC_PHASE ;

Line 5239: wf_core.context('Eng_Workflow_Pub', 'CHECK_CHANGE_APPR_STATUS',

5235: EXCEPTION
5236: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5237: -- The line below records this function call in the error system
5238: -- in the case of an exception.
5239: wf_core.context('Eng_Workflow_Pub', 'CHECK_CHANGE_APPR_STATUS',
5240: itemtype, itemkey, to_char(actid), funcmode);
5241: raise;
5242:
5243:

Line 5247: wf_core.context('Eng_Workflow_Pub', 'CHECK_CHANGE_APPR_STATUS',

5243:
5244: WHEN OTHERS THEN
5245: -- The line below records this function call in the error system
5246: -- in the case of an exception.
5247: wf_core.context('Eng_Workflow_Pub', 'CHECK_CHANGE_APPR_STATUS',
5248: itemtype, itemkey, to_char(actid), funcmode);
5249: raise;
5250:
5251: END CHECK_CHANGE_APPR_STATUS ;

Line 5336: wf_core.context('Eng_Workflow_Pub', 'CHECK_BASE_CM_TYPE_CODE',

5332: EXCEPTION
5333: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5334: -- The line below records this function call in the error system
5335: -- in the case of an exception.
5336: wf_core.context('Eng_Workflow_Pub', 'CHECK_BASE_CM_TYPE_CODE',
5337: itemtype, itemkey, to_char(actid), funcmode);
5338: raise;
5339:
5340:

Line 5344: wf_core.context('Eng_Workflow_Pub', 'CHECK_BASE_CM_TYPE_CODE',

5340:
5341: WHEN OTHERS THEN
5342: -- The line below records this function call in the error system
5343: -- in the case of an exception.
5344: wf_core.context('Eng_Workflow_Pub', 'CHECK_BASE_CM_TYPE_CODE',
5345: itemtype, itemkey, to_char(actid), funcmode);
5346: raise;
5347:
5348: END CHECK_BASE_CM_TYPE_CODE ;

Line 5451: wf_core.context('Eng_Workflow_Pub', 'SET_CO_MRP_FLAG_ACTIVE',

5447: EXCEPTION
5448: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5449: -- The line below records this function call in the error system
5450: -- in the case of an exception.
5451: wf_core.context('Eng_Workflow_Pub', 'SET_CO_MRP_FLAG_ACTIVE',
5452: itemtype, itemkey, to_char(actid), funcmode);
5453: raise;
5454:
5455:

Line 5459: wf_core.context('Eng_Workflow_Pub', 'SET_CO_MRP_FLAG_ACTIVE',

5455:
5456: WHEN OTHERS THEN
5457: -- The line below records this function call in the error system
5458: -- in the case of an exception.
5459: wf_core.context('Eng_Workflow_Pub', 'SET_CO_MRP_FLAG_ACTIVE',
5460: itemtype, itemkey, to_char(actid), funcmode);
5461: raise;
5462:
5463: END SET_CO_MRP_FLAG_ACTIVE ;

Line 5565: wf_core.context('Eng_Workflow_Pub', 'SET_CO_MRP_FLAG_INACTIVE',

5561: EXCEPTION
5562: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5563: -- The line below records this function call in the error system
5564: -- in the case of an exception.
5565: wf_core.context('Eng_Workflow_Pub', 'SET_CO_MRP_FLAG_INACTIVE',
5566: itemtype, itemkey, to_char(actid), funcmode);
5567: raise;
5568:
5569:

Line 5573: wf_core.context('Eng_Workflow_Pub', 'SET_CO_MRP_FLAG_INACTIVE',

5569:
5570: WHEN OTHERS THEN
5571: -- The line below records this function call in the error system
5572: -- in the case of an exception.
5573: wf_core.context('Eng_Workflow_Pub', 'SET_CO_MRP_FLAG_INACTIVE',
5574: itemtype, itemkey, to_char(actid), funcmode);
5575: raise;
5576:
5577: END SET_CO_MRP_FLAG_INACTIVE ;

Line 5681: wf_core.context('Eng_Workflow_Pub', 'SET_ADMIN_STATUS_MONITOR_URL',

5677: EXCEPTION
5678: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5679: -- The line below records this function call in the error system
5680: -- in the case of an exception.
5681: wf_core.context('Eng_Workflow_Pub', 'SET_ADMIN_STATUS_MONITOR_URL',
5682: itemtype, itemkey, to_char(actid), funcmode);
5683: raise;
5684:
5685:

Line 5689: wf_core.context('Eng_Workflow_Pub', 'SET_ADMIN_STATUS_MONITOR_URL',

5685:
5686: WHEN OTHERS THEN
5687: -- The line below records this function call in the error system
5688: -- in the case of an exception.
5689: wf_core.context('Eng_Workflow_Pub', 'SET_ADMIN_STATUS_MONITOR_URL',
5690: itemtype, itemkey, to_char(actid), funcmode);
5691: raise;
5692:
5693: END SET_ADMIN_STATUS_MONITOR_URL ;

Line 5978: wf_core.context('Eng_Workflow_Pub', 'SET_EVENT_CHANGE_OBJECT_INFO',

5974: EXCEPTION
5975: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5976: -- The line below records this function call in the error system
5977: -- in the case of an exception.
5978: wf_core.context('Eng_Workflow_Pub', 'SET_EVENT_CHANGE_OBJECT_INFO',
5979: itemtype, itemkey, to_char(actid), funcmode);
5980: raise;
5981:
5982:

Line 5986: wf_core.context('Eng_Workflow_Pub', 'SET_EVENT_CHANGE_OBJECT_INFO',

5982:
5983: WHEN OTHERS THEN
5984: -- The line below records this function call in the error system
5985: -- in the case of an exception.
5986: wf_core.context('Eng_Workflow_Pub', 'SET_EVENT_CHANGE_OBJECT_INFO',
5987: itemtype, itemkey, to_char(actid), funcmode);
5988: raise;
5989:
5990: END SET_EVENT_CHANGE_OBJECT_INFO ;

Line 6143: wf_core.context('Eng_Workflow_Pub', 'CONTINUE_HEADER_ROUTE',

6139: END IF ;
6140:
6141: -- The line below records this function call in the error system
6142: -- in the case of an exception.
6143: wf_core.context('Eng_Workflow_Pub', 'CONTINUE_HEADER_ROUTE',
6144: itemtype, itemkey, to_char(actid), funcmode);
6145: raise;
6146:
6147: END CONTINUE_HEADER_ROUTE ;

Line 6249: wf_core.context('Eng_Workflow_Pub', 'WAIT_FOR_LINE_ROUTE',

6245:
6246: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
6247: -- The line below records this function call in the error system
6248: -- in the case of an exception.
6249: wf_core.context('Eng_Workflow_Pub', 'WAIT_FOR_LINE_ROUTE',
6250: itemtype, itemkey, to_char(actid), funcmode);
6251: raise;
6252:
6253:

Line 6257: wf_core.context('Eng_Workflow_Pub', 'WAIT_FOR_LINE_ROUTE',

6253:
6254: WHEN OTHERS THEN
6255: -- The line below records this function call in the error system
6256: -- in the case of an exception.
6257: wf_core.context('Eng_Workflow_Pub', 'WAIT_FOR_LINE_ROUTE',
6258: itemtype, itemkey, to_char(actid), funcmode);
6259: raise;
6260:
6261: END WAIT_FOR_LINE_ROUTE ;