DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_ACTION dependencies on FND_MSG_PUB

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

2849: -- Get warning message off of stack.
2850: -- Bug 3518326: Since we pass l_warning_mesg directly
2851: -- into the 'ADVISORY WARNING' wf attribute below, we
2852: -- have to make sure that we decode it. Hence, pass
2853: -- p_encoded = FND_API.G_FALSE to FND_MSG_PUB.get().
2854:
2855: l_warning_mesg := FND_MSG_PUB.get(p_encoded => FND_API.G_FALSE);
2856:
2857: -- Set the warning message to workflow attribute ADVISORY_WARNING.

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

2851: -- into the 'ADVISORY WARNING' wf attribute below, we
2852: -- have to make sure that we decode it. Hence, pass
2853: -- p_encoded = FND_API.G_FALSE to FND_MSG_PUB.get().
2854:
2855: l_warning_mesg := FND_MSG_PUB.get(p_encoded => FND_API.G_FALSE);
2856:
2857: -- Set the warning message to workflow attribute ADVISORY_WARNING.
2858: -- If there is no message then it will be set to null
2859: -- Bug 3536831: Call new get_advisory_warning procedure so that the