DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_ACTION dependencies on FND_MSG_PUB

Line 3070: -- p_encoded = FND_API.G_FALSE to FND_MSG_PUB.get().

3066: -- Get warning message off of stack.
3067: -- Bug 3518326: Since we pass l_warning_mesg directly
3068: -- into the 'ADVISORY WARNING' wf attribute below, we
3069: -- have to make sure that we decode it. Hence, pass
3070: -- p_encoded = FND_API.G_FALSE to FND_MSG_PUB.get().
3071:
3072: l_warning_mesg := FND_MSG_PUB.get(p_encoded => FND_API.G_FALSE);
3073:
3074: -- Set the warning message to workflow attribute ADVISORY_WARNING.

Line 3072: l_warning_mesg := FND_MSG_PUB.get(p_encoded => FND_API.G_FALSE);

3068: -- into the 'ADVISORY WARNING' wf attribute below, we
3069: -- have to make sure that we decode it. Hence, pass
3070: -- p_encoded = FND_API.G_FALSE to FND_MSG_PUB.get().
3071:
3072: l_warning_mesg := FND_MSG_PUB.get(p_encoded => FND_API.G_FALSE);
3073:
3074: -- Set the warning message to workflow attribute ADVISORY_WARNING.
3075: -- If there is no message then it will be set to null
3076: -- Bug 3536831: Call new get_advisory_warning procedure so that the