DBA Data[Home] [Help]

APPS.IBY_TRANSACTIONEFT_PKG dependencies on FND_MSG_PUB

Line 2205: 'IBY_20220#ERRMSG=' || fnd_msg_pub.get(p_msg_index => 1,p_encoded => FND_API.G_FALSE),

2201: OUT l_msg_data;
2202:
2203: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
2204: raise_application_error(-20000,
2205: 'IBY_20220#ERRMSG=' || fnd_msg_pub.get(p_msg_index => 1,p_encoded => FND_API.G_FALSE),
2206: FALSE);
2207: END IF;
2208: END LOOP;
2209: