DBA Data[Home] [Help]

APPS.OKE_CHG_REQUESTS_WF dependencies on FND_MESSAGE

Line 570: , AValue => FND_MESSAGE.Get_String('OKE' , 'OKE_CHGREQ_NODEF_APPR_STS') );

566: WHEN NO_DATA_FOUND THEN
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;

Line 657: , AValue => FND_MESSAGE.Get_String('OKE' , 'OKE_CHGREQ_NODEF_REJ_STS') );

653: WHEN NO_DATA_FOUND THEN
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;