DBA Data[Home] [Help]

APPS.OKE_CHG_REQUESTS_WF dependencies on WF_CORE

Line 187: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'

183: WHEN OTHERS THEN
184: ResultOut := 'ERROR';
185: WF_Engine.SetItemAttrText
186: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
187: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'
188: , 'INITIALIZE'
189: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
190: RAISE;
191:

Line 284: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'

280: WHEN OTHERS THEN
281: ResultOut := 'ERROR:';
282: WF_Engine.SetItemAttrText
283: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
284: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'
285: , 'SELECT_NEXT_APPROVER'
286: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
287: RAISE;
288:

Line 365: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'

361: WHEN OTHERS THEN
362: ResultOut := 'ERROR:';
363: WF_Engine.SetItemAttrText
364: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
365: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'
366: , 'SELECT_NEXT_INFORMED'
367: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
368: RAISE;
369:

Line 429: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'

425: WHEN OTHERS THEN
426: ResultOut := 'ERROR:';
427: WF_Engine.SetItemAttrText
428: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
429: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'
430: , 'REJ_NOTE_FILLED'
431: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
432: RAISE;
433:

Line 493: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'

489: WHEN OTHERS THEN
490: ResultOut := 'ERROR:';
491: WF_Engine.SetItemAttrText
492: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
493: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'
494: , 'IMPACT_FUNDING'
495: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
496: RAISE;
497:

Line 571: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'

567: ResultOut := 'ERROR:';
568: WF_Engine.SetItemAttrText
569: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT'
570: , AValue => FND_MESSAGE.Get_String('OKE' , 'OKE_CHGREQ_NODEF_APPR_STS') );
571: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'
572: , 'SET_APPROVED_STATUS'
573: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
574: RAISE;
575:

Line 580: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'

576: WHEN OTHERS THEN
577: ResultOut := 'ERROR:';
578: WF_Engine.SetItemAttrText
579: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
580: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'
581: , 'SET_APPROVED_STATUS'
582: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
583: RAISE;
584:

Line 658: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'

654: ResultOut := 'ERROR:';
655: WF_Engine.SetItemAttrText
656: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT'
657: , AValue => FND_MESSAGE.Get_String('OKE' , 'OKE_CHGREQ_NODEF_REJ_STS') );
658: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'
659: , 'SET_APPROVED_STATUS'
660: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
661: RAISE;
662:

Line 667: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'

663: WHEN OTHERS THEN
664: ResultOut := 'ERROR';
665: WF_Engine.SetItemAttrText
666: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT' , AValue => sqlerrm );
667: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'
668: , 'SET_REJECTED_STATUS'
669: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
670: RAISE;
671: