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 1834: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_COMMENT_REQUEST',

1830: END IF ;
1831:
1832: -- The line below records this function call in the error system
1833: -- in the case of an exception.
1834: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_COMMENT_REQUEST',
1835: itemtype, itemkey, to_char(actid), funcmode);
1836: raise;
1837:
1838:

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: END RESPOND_TO_COMMENT_REQUEST ;

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

2045: END IF ;
2046:
2047: -- The line below records this function call in the error system
2048: -- in the case of an exception.
2049: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_APPROVAL_REQ',
2050: itemtype, itemkey, to_char(actid), funcmode);
2051: raise;
2052:
2053:

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: END RESPOND_TO_ROUTE_APPROVAL_REQ ;

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

2288: END IF ;
2289:
2290: -- The line below records this function call in the error system
2291: -- in the case of an exception.
2292: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_COMMENT_REQ',
2293: itemtype, itemkey, to_char(actid), funcmode);
2294: raise;
2295:
2296:

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: END RESPOND_TO_ROUTE_COMMENT_REQ ;

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

2569: END IF ;
2570:
2571: -- The line below records this function call in the error system
2572: -- in the case of an exception.
2573: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_DEF_REQ',
2574: itemtype, itemkey, to_char(actid), funcmode);
2575: raise;
2576:
2577:

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: END RESPOND_TO_ROUTE_DEF_REQ ;

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

2856: END IF ;
2857:
2858: -- The line below records this function call in the error system
2859: -- in the case of an exception.
2860: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_DEF_APPR_REQ',
2861: itemtype, itemkey, to_char(actid), funcmode);
2862: raise;
2863:
2864:

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: END RESPOND_TO_ROUTE_DEF_APPR_REQ ;

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

3027: END IF ;
3028:
3029: -- The line below records this function call in the error system
3030: -- in the case of an exception.
3031: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_CORRECT_REQ',
3032: itemtype, itemkey, to_char(actid), funcmode);
3033: raise;
3034:
3035:

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: END RESPOND_TO_ROUTE_CORRECT_REQ ;

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

3271: END IF ;
3272:
3273: -- The line below records this function call in the error system
3274: -- in the case of an exception.
3275: wf_core.context('Eng_Workflow_Pub', 'RESPOND_TO_ROUTE_RESPONSE_REQ',
3276: itemtype, itemkey, to_char(actid), funcmode);
3277: raise;
3278:
3279:

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: END RESPOND_TO_ROUTE_RESPONSE_REQ ;

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

3467:
3468: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3469: -- The line below records this function call in the error system
3470: -- in the case of an exception.
3471: wf_core.context('Eng_Workflow_Pub', 'START_ROUTE_STEP',
3472: itemtype, itemkey, to_char(actid), funcmode);
3473: raise;
3474:
3475:

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

3475:
3476: WHEN OTHERS THEN
3477: -- The line below records this function call in the error system
3478: -- in the case of an exception.
3479: wf_core.context('Eng_Workflow_Pub', 'START_ROUTE_STEP',
3480: itemtype, itemkey, to_char(actid), funcmode);
3481: raise;
3482:
3483: END START_ROUTE_STEP ;

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

3553:
3554: WHEN OTHERS THEN
3555: -- The line below records this function call in the error system
3556: -- in the case of an exception.
3557: wf_core.context('Eng_Workflow_Pub', 'CHECK_STEP_RESULT',
3558: itemtype, itemkey, to_char(actid), funcmode);
3559: raise;
3560:
3561: END CHECK_STEP_RESULT ;

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

3643: EXCEPTION
3644: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3645: -- The line below records this function call in the error system
3646: -- in the case of an exception.
3647: wf_core.context('Eng_Workflow_Pub', 'CHECK_LINE_APPROVALS',
3648: itemtype, itemkey, to_char(actid), funcmode);
3649: raise;
3650:
3651:

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

3651:
3652: WHEN OTHERS THEN
3653: -- The line below records this function call in the error system
3654: -- in the case of an exception.
3655: wf_core.context('Eng_Workflow_Pub', 'CHECK_LINE_APPROVALS',
3656: itemtype, itemkey, to_char(actid), funcmode);
3657: raise;
3658:
3659: END CHECK_LINE_APPROVALS ;

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

3759: EXCEPTION
3760: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3761: -- The line below records this function call in the error system
3762: -- in the case of an exception.
3763: wf_core.context('Eng_Workflow_Pub', 'FIND_WAITING_STEP',
3764: itemtype, itemkey, to_char(actid), funcmode);
3765: raise;
3766:
3767:

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

3767:
3768: WHEN OTHERS THEN
3769: -- The line below records this function call in the error system
3770: -- in the case of an exception.
3771: wf_core.context('Eng_Workflow_Pub', 'FIND_WAITING_STEP',
3772: itemtype, itemkey, to_char(actid), funcmode);
3773: raise;
3774:
3775: END FIND_WAITING_STEP ;

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

3966:
3967: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3968: -- The line below records this function call in the error system
3969: -- in the case of an exception.
3970: wf_core.context('Eng_Workflow_Pub', 'ROUTE_APPROVE_CHANGE',
3971: itemtype, itemkey, to_char(actid), funcmode);
3972: raise;
3973:
3974:

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

3974:
3975: WHEN OTHERS THEN
3976: -- The line below records this function call in the error system
3977: -- in the case of an exception.
3978: wf_core.context('Eng_Workflow_Pub', 'ROUTE_APPROVE_CHANGE',
3979: itemtype, itemkey, to_char(actid), funcmode);
3980: raise;
3981:
3982: END ROUTE_APPROVE_CHANGE ;

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

4154:
4155: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4156: -- The line below records this function call in the error system
4157: -- in the case of an exception.
4158: wf_core.context('Eng_Workflow_Pub', 'ROUTE_REJECT_CHANGE',
4159: itemtype, itemkey, to_char(actid), funcmode);
4160: raise;
4161:
4162:

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

4162:
4163: WHEN OTHERS THEN
4164: -- The line below records this function call in the error system
4165: -- in the case of an exception.
4166: wf_core.context('Eng_Workflow_Pub', 'ROUTE_REJECT_CHANGE',
4167: itemtype, itemkey, to_char(actid), funcmode);
4168: raise;
4169:
4170: END ROUTE_REJECT_CHANGE ;

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

4342:
4343: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4344: -- The line below records this function call in the error system
4345: -- in the case of an exception.
4346: wf_core.context('Eng_Workflow_Pub', 'ROUTE_SET_TIMEOUT',
4347: itemtype, itemkey, to_char(actid), funcmode);
4348: raise;
4349:
4350: WHEN OTHERS THEN

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

4349:
4350: WHEN OTHERS THEN
4351: -- The line below records this function call in the error system
4352: -- in the case of an exception.
4353: wf_core.context('Eng_Workflow_Pub', 'ROUTE_SET_TIMEOUT',
4354: itemtype, itemkey, to_char(actid), funcmode);
4355: raise;
4356:
4357: END ROUTE_SET_TIMEOUT ;

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

4447:
4448: WHEN OTHERS THEN
4449: -- The line below records this function call in the error system
4450: -- in the case of an exception.
4451: wf_core.context('Eng_Workflow_Pub', 'STEP_COMPLETE_ACTIVITY',
4452: itemtype, itemkey, to_char(actid), funcmode);
4453: raise;
4454:
4455:

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

4543:
4544: WHEN OTHERS THEN
4545: -- The line below records this function call in the error system
4546: -- in the case of an exception.
4547: wf_core.context('Eng_Workflow_Pub', 'STEP_APPROVE_CHANGE',
4548: itemtype, itemkey, to_char(actid), funcmode);
4549: raise;
4550:
4551: END STEP_APPROVE_CHANGE ;

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

4635:
4636: WHEN OTHERS THEN
4637: -- The line below records this function call in the error system
4638: -- in the case of an exception.
4639: wf_core.context('Eng_Workflow_Pub', 'STEP_REJECT_CHANGE',
4640: itemtype, itemkey, to_char(actid), funcmode);
4641: raise;
4642:
4643: END STEP_REJECT_CHANGE ;

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

4730:
4731: WHEN OTHERS THEN
4732: -- The line below records this function call in the error system
4733: -- in the case of an exception.
4734: wf_core.context('Eng_Workflow_Pub', 'STEP_SET_TIMEOUT',
4735: itemtype, itemkey, to_char(actid), funcmode);
4736: raise;
4737:
4738: END STEP_SET_TIMEOUT ;

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

4831:
4832: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4833: -- The line below records this function call in the error system
4834: -- in the case of an exception.
4835: wf_core.context('Eng_Workflow_Pub', 'GRANT_ROLE_TO_STEP_PEOPLE',
4836: itemtype, itemkey, to_char(actid), funcmode);
4837: raise;
4838:
4839: WHEN OTHERS THEN

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

4838:
4839: WHEN OTHERS THEN
4840: -- The line below records this function call in the error system
4841: -- in the case of an exception.
4842: wf_core.context('Eng_Workflow_Pub', 'GRANT_ROLE_TO_STEP_PEOPLE',
4843: itemtype, itemkey, to_char(actid), funcmode);
4844: raise;
4845:
4846: END GRANT_ROLE_TO_STEP_PEOPLE ;

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

4939: EXCEPTION
4940: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4941: -- The line below records this function call in the error system
4942: -- in the case of an exception.
4943: wf_core.context('Eng_Workflow_Pub', 'CHECK_DEFINITIONS',
4944: itemtype, itemkey, to_char(actid), funcmode);
4945: raise;
4946:
4947:

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

4947:
4948: WHEN OTHERS THEN
4949: -- The line below records this function call in the error system
4950: -- in the case of an exception.
4951: wf_core.context('Eng_Workflow_Pub', 'CHECK_DEFINITIONS',
4952: itemtype, itemkey, to_char(actid), funcmode);
4953: raise;
4954:
4955: END CHECK_DEFINITIONS ;

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

5015: EXCEPTION
5016: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5017: -- The line below records this function call in the error system
5018: -- in the case of an exception.
5019: wf_core.context('Eng_Workflow_Pub', 'CHECK_ROUTE_OBJECT',
5020: itemtype, itemkey, to_char(actid), funcmode);
5021: raise;
5022:
5023:

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

5023:
5024: WHEN OTHERS THEN
5025: -- The line below records this function call in the error system
5026: -- in the case of an exception.
5027: wf_core.context('Eng_Workflow_Pub', 'CHECK_ROUTE_OBJECT',
5028: itemtype, itemkey, to_char(actid), funcmode);
5029: raise;
5030:
5031: END CHECK_ROUTE_OBJECT ;

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

5116: EXCEPTION
5117: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5118: -- The line below records this function call in the error system
5119: -- in the case of an exception.
5120: wf_core.context('Eng_Workflow_Pub', 'SYNC_CHANGE_LC_PHASE',
5121: itemtype, itemkey, to_char(actid), funcmode);
5122: raise;
5123:
5124:

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

5124:
5125: WHEN OTHERS THEN
5126: -- The line below records this function call in the error system
5127: -- in the case of an exception.
5128: wf_core.context('Eng_Workflow_Pub', 'SYNC_CHANGE_LC_PHASE',
5129: itemtype, itemkey, to_char(actid), funcmode);
5130: raise;
5131:
5132: END SYNC_CHANGE_LC_PHASE ;

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

5222: EXCEPTION
5223: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5224: -- The line below records this function call in the error system
5225: -- in the case of an exception.
5226: wf_core.context('Eng_Workflow_Pub', 'CHECK_CHANGE_APPR_STATUS',
5227: itemtype, itemkey, to_char(actid), funcmode);
5228: raise;
5229:
5230:

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

5230:
5231: WHEN OTHERS THEN
5232: -- The line below records this function call in the error system
5233: -- in the case of an exception.
5234: wf_core.context('Eng_Workflow_Pub', 'CHECK_CHANGE_APPR_STATUS',
5235: itemtype, itemkey, to_char(actid), funcmode);
5236: raise;
5237:
5238: END CHECK_CHANGE_APPR_STATUS ;

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

5319: EXCEPTION
5320: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5321: -- The line below records this function call in the error system
5322: -- in the case of an exception.
5323: wf_core.context('Eng_Workflow_Pub', 'CHECK_BASE_CM_TYPE_CODE',
5324: itemtype, itemkey, to_char(actid), funcmode);
5325: raise;
5326:
5327:

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

5327:
5328: WHEN OTHERS THEN
5329: -- The line below records this function call in the error system
5330: -- in the case of an exception.
5331: wf_core.context('Eng_Workflow_Pub', 'CHECK_BASE_CM_TYPE_CODE',
5332: itemtype, itemkey, to_char(actid), funcmode);
5333: raise;
5334:
5335: END CHECK_BASE_CM_TYPE_CODE ;

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

5434: EXCEPTION
5435: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5436: -- The line below records this function call in the error system
5437: -- in the case of an exception.
5438: wf_core.context('Eng_Workflow_Pub', 'SET_CO_MRP_FLAG_ACTIVE',
5439: itemtype, itemkey, to_char(actid), funcmode);
5440: raise;
5441:
5442:

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

5442:
5443: WHEN OTHERS THEN
5444: -- The line below records this function call in the error system
5445: -- in the case of an exception.
5446: wf_core.context('Eng_Workflow_Pub', 'SET_CO_MRP_FLAG_ACTIVE',
5447: itemtype, itemkey, to_char(actid), funcmode);
5448: raise;
5449:
5450: END SET_CO_MRP_FLAG_ACTIVE ;

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

5548: EXCEPTION
5549: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5550: -- The line below records this function call in the error system
5551: -- in the case of an exception.
5552: wf_core.context('Eng_Workflow_Pub', 'SET_CO_MRP_FLAG_INACTIVE',
5553: itemtype, itemkey, to_char(actid), funcmode);
5554: raise;
5555:
5556:

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

5556:
5557: WHEN OTHERS THEN
5558: -- The line below records this function call in the error system
5559: -- in the case of an exception.
5560: wf_core.context('Eng_Workflow_Pub', 'SET_CO_MRP_FLAG_INACTIVE',
5561: itemtype, itemkey, to_char(actid), funcmode);
5562: raise;
5563:
5564: END SET_CO_MRP_FLAG_INACTIVE ;

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

5664: EXCEPTION
5665: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5666: -- The line below records this function call in the error system
5667: -- in the case of an exception.
5668: wf_core.context('Eng_Workflow_Pub', 'SET_ADMIN_STATUS_MONITOR_URL',
5669: itemtype, itemkey, to_char(actid), funcmode);
5670: raise;
5671:
5672:

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

5672:
5673: WHEN OTHERS THEN
5674: -- The line below records this function call in the error system
5675: -- in the case of an exception.
5676: wf_core.context('Eng_Workflow_Pub', 'SET_ADMIN_STATUS_MONITOR_URL',
5677: itemtype, itemkey, to_char(actid), funcmode);
5678: raise;
5679:
5680: END SET_ADMIN_STATUS_MONITOR_URL ;

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

5961: EXCEPTION
5962: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5963: -- The line below records this function call in the error system
5964: -- in the case of an exception.
5965: wf_core.context('Eng_Workflow_Pub', 'SET_EVENT_CHANGE_OBJECT_INFO',
5966: itemtype, itemkey, to_char(actid), funcmode);
5967: raise;
5968:
5969:

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

5969:
5970: WHEN OTHERS THEN
5971: -- The line below records this function call in the error system
5972: -- in the case of an exception.
5973: wf_core.context('Eng_Workflow_Pub', 'SET_EVENT_CHANGE_OBJECT_INFO',
5974: itemtype, itemkey, to_char(actid), funcmode);
5975: raise;
5976:
5977: END SET_EVENT_CHANGE_OBJECT_INFO ;

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

6126: END IF ;
6127:
6128: -- The line below records this function call in the error system
6129: -- in the case of an exception.
6130: wf_core.context('Eng_Workflow_Pub', 'CONTINUE_HEADER_ROUTE',
6131: itemtype, itemkey, to_char(actid), funcmode);
6132: raise;
6133:
6134: END CONTINUE_HEADER_ROUTE ;

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

6232:
6233: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
6234: -- The line below records this function call in the error system
6235: -- in the case of an exception.
6236: wf_core.context('Eng_Workflow_Pub', 'WAIT_FOR_LINE_ROUTE',
6237: itemtype, itemkey, to_char(actid), funcmode);
6238: raise;
6239:
6240:

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

6240:
6241: WHEN OTHERS THEN
6242: -- The line below records this function call in the error system
6243: -- in the case of an exception.
6244: wf_core.context('Eng_Workflow_Pub', 'WAIT_FOR_LINE_ROUTE',
6245: itemtype, itemkey, to_char(actid), funcmode);
6246: raise;
6247:
6248: END WAIT_FOR_LINE_ROUTE ;