DBA Data[Home] [Help]

APPS.IGS_DA_XML_PKG dependencies on FND_MSG_PUB

Line 1594: FND_MSG_PUB.Add;

1590: /******************************************************************************/
1591:
1592: IF l_party_id IS NULL THEN
1593: FND_MESSAGE.SET_NAME('IGS', 'IGS_SV_PRTNR_STP_ERR'); -- No trading partner setup found
1594: FND_MSG_PUB.Add;
1595: RAISE FND_API.G_EXC_ERROR;
1596: END IF;
1597:
1598: