DBA Data[Home] [Help]

APPS.IBY_TRANSACTIONCC_PKG dependencies on FND_MSG_PUB

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

127: OUT l_msg_data;
128:
129: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
130: raise_application_error(-20000,
131: 'IBY_20220#ERRMSG=' || fnd_msg_pub.get(p_msg_index => 1,p_encoded => FND_API.G_FALSE),
132: FALSE);
133: END IF;
134: END LOOP;
135: