DBA Data[Home] [Help]

APPS.OKE_K_APPROVAL_WF dependencies on WF_CORE

Line 363: WF_CORE.Context( 'OKE_K_APPROVAL_WF'

359: WHEN OTHERS THEN
360: ResultOut := 'ERROR';
361: WF_ENGINE.SetItemAttrText
362: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
363: WF_CORE.Context( 'OKE_K_APPROVAL_WF'
364: , 'INITIALIZE'
365: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
366: RAISE;
367:

Line 448: WF_CORE.Context( 'OKE_K_APPROVAL_WF'

444: WHEN OTHERS THEN
445: ResultOut := 'ERROR:';
446: WF_ENGINE.SetItemAttrText
447: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
448: WF_CORE.Context( 'OKE_K_APPROVAL_WF'
449: , 'IS_BOA_APPROVED'
450: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
451: RAISE;
452:

Line 521: WF_CORE.Context( 'OKE_K_APPROVAL_WF'

517: WHEN OTHERS THEN
518: ResultOut := 'ERROR:';
519: WF_ENGINE.SetItemAttrText
520: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
521: WF_CORE.Context( 'OKE_K_APPROVAL_WF'
522: , 'IS_DOC_APPROVED'
523: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
524: RAISE;
525:

Line 586: WF_CORE.Context( 'OKE_K_APPROVAL_WF'

582: WHEN OTHERS THEN
583: ResultOut := 'ERROR:';
584: WF_ENGINE.SetItemAttrText
585: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
586: WF_CORE.Context( 'OKE_K_APPROVAL_WF'
587: , 'IS_DOC_DELV_ORDER'
588: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
589: RAISE;
590:

Line 659: WF_CORE.Context( 'OKE_K_APPROVAL_WF'

655: WHEN OTHERS THEN
656: ResultOut := 'ERROR:';
657: WF_ENGINE.SetItemAttrText
658: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
659: WF_CORE.Context( 'OKE_K_APPROVAL_WF'
660: , 'IS_DOC_INACTIVE'
661: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
662: RAISE;
663:

Line 735: WF_CORE.Context( 'OKE_K_APPROVAL_WF'

731: WHEN OTHERS THEN
732: ResultOut := 'ERROR:';
733: WF_ENGINE.SetItemAttrText
734: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
735: WF_CORE.Context( 'OKE_K_APPROVAL_WF'
736: , 'IS_FINAL_APPROVER'
737: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
738: RAISE;
739:

Line 822: WF_CORE.Context( 'OKE_K_APPROVAL_WF'

818: WHEN OTHERS THEN
819: ResultOut := 'ERROR:';
820: WF_ENGINE.SetItemAttrText
821: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
822: WF_CORE.Context( 'OKE_K_APPROVAL_WF'
823: , 'IS_REQUESTOR_APPROVER'
824: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
825: RAISE;
826:

Line 885: WF_CORE.Context( 'OKE_K_APPROVAL_WF'

881: WHEN OTHERS THEN
882: ResultOut := 'ERROR:';
883: WF_ENGINE.SetItemAttrText
884: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
885: WF_CORE.Context( 'OKE_K_APPROVAL_WF'
886: , 'IS_SIGNATURE_REQUIRED'
887: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
888: RAISE;
889:

Line 950: WF_CORE.Context( 'OKE_K_APPROVAL_WF'

946: WHEN OTHERS THEN
947: ResultOut := 'ERROR:';
948: WF_ENGINE.SetItemAttrText
949: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
950: WF_CORE.Context( 'OKE_K_APPROVAL_WF'
951: , 'REJ_NOTE_FILLED'
952: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
953: RAISE;
954:

Line 1086: WF_CORE.Context( 'OKE_K_APPROVAL_WF'

1082: WHEN OTHERS THEN
1083: ResultOut := 'ERROR:';
1084: WF_ENGINE.SetItemAttrText
1085: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
1086: WF_CORE.Context( 'OKE_K_APPROVAL_WF'
1087: , 'SELECT_NEXT_APPROVER'
1088: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
1089: RAISE;
1090:

Line 1181: WF_CORE.Context( 'OKE_K_APPROVAL_WF'

1177: WHEN OTHERS THEN
1178: ResultOut := 'ERROR:';
1179: WF_ENGINE.SetItemAttrText
1180: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
1181: WF_CORE.Context( 'OKE_K_APPROVAL_WF'
1182: , 'SELECT_SIGNATORY'
1183: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
1184: RAISE;
1185:

Line 1304: WF_CORE.Context( 'OKE_K_APPROVAL_WF'

1300: ResultOut := 'ERROR:';
1301: WF_ENGINE.SetItemAttrText
1302: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT'
1303: , AValue => fnd_message.get_string('OKE' , 'OKE_APRV_INVALID_FORWARDTO') );
1304: WF_CORE.Context( 'OKE_K_APPROVAL_WF'
1305: , 'SET_APPROVAL_HISTORY'
1306: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
1307: RAISE;
1308:

Line 1313: WF_CORE.Context( 'OKE_K_APPROVAL_WF'

1309: WHEN OTHERS THEN
1310: ResultOut := 'ERROR:';
1311: WF_ENGINE.SetItemAttrText
1312: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
1313: WF_CORE.Context( 'OKE_K_APPROVAL_WF'
1314: , 'SET_APPROVAL_HISTORY'
1315: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
1316: RAISE;
1317:

Line 1441: WF_CORE.Context( 'OKE_K_APPROVAL_WF'

1437: WHEN OTHERS THEN
1438: ResultOut := 'ERROR:';
1439: WF_ENGINE.SetItemAttrText
1440: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
1441: WF_CORE.Context( 'OKE_K_APPROVAL_WF'
1442: , 'VALIDATE_APPROVAL_PATH'
1443: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
1444: RAISE;
1445:

Line 1515: WF_CORE.Context( 'OKE_K_APPROVAL_WF'

1511: WHEN OTHERS THEN
1512: ResultOut := 'ERROR:';
1513: WF_ENGINE.SetItemAttrText
1514: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
1515: WF_CORE.Context( 'OKE_K_APPROVAL_WF'
1516: , 'Erase_Approved'
1517: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
1518: RAISE;
1519: