DBA Data[Home] [Help]

APPS.OKE_CHG_REQUESTS_WF dependencies on FND_MESSAGE

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

617: WHEN NO_DATA_FOUND THEN
618: ResultOut := 'ERROR:';
619: WF_Engine.SetItemAttrText
620: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT'
621: , AValue => FND_MESSAGE.Get_String('OKE' , 'OKE_CHGREQ_NODEF_APPR_STS') );
622: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'
623: , 'SET_APPROVED_STATUS'
624: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
625: RAISE;

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

757: WHEN NO_DATA_FOUND THEN
758: ResultOut := 'ERROR:';
759: WF_Engine.SetItemAttrText
760: ( ItemType => ItemType , ItemKey => ItemKey , AName => 'ERRORTEXT'
761: , AValue => FND_MESSAGE.Get_String('OKE' , 'OKE_CHGREQ_NODEF_REJ_STS') );
762: WF_Core.Context( 'OKE_CHG_REQUESTS_WF'
763: , 'SET_APPROVED_STATUS'
764: , ItemType , ItemKey , to_char(ActID) , FuncMode , ResultOut );
765: RAISE;