DBA Data[Home] [Help]

APPS.GMS_CLIENT_EXTN_BUDGET_WF dependencies on FND_MSG_PUB

Line 1785: -- p_err_msg_count := FND_MSG_PUB.Count_Msg;

1781: --
1782: -- For error and warning messages, you must increment the p_err_msg_count
1783: -- OUT-parameter before passing control to the calling procedure:
1784: --
1785: -- p_err_msg_count := FND_MSG_PUB.Count_Msg;
1786: --
1787: --
1788: -- For a hard error, one that you want to force the calling procedure
1789: -- to invoke a 'False' or 'Failure' transition:

Line 1826: p_err_msg_count := FND_MSG_PUB.Count_Msg;

1822: --
1823: -- Make sure to update the OUT NOCOPY variable for the
1824: -- message count
1825: --
1826: p_err_msg_count := FND_MSG_PUB.Count_Msg;
1827:
1828:
1829: EXCEPTION
1830: