DBA Data[Home] [Help]

APPS.OKE_DELIVERABLE_BILLING_WF dependencies on FND_MSG_PUB

Line 60: , AValue => FND_MSG_PUB.Get(1 , p_encoded => FND_API.G_FALSE)

56: WF_Engine.SetItemAttrText
57: ( ItemType => ItemType
58: , ItemKey => ItemKey
59: , AName => 'ERRORTEXT'
60: , AValue => FND_MSG_PUB.Get(1 , p_encoded => FND_API.G_FALSE)
61: );
62:
63: ResultOut := 'COMPLETE:F';
64: ELSE