DBA Data[Home] [Help]

APPS.IBY_TRANSACTIONCC_PKG dependencies on FND_MSG_PUB

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

132: OUT l_msg_data;
133:
134: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
135: raise_application_error(-20000,
136: 'IBY_20220#ERRMSG=' || fnd_msg_pub.get(p_msg_index => 1,p_encoded => FND_API.G_FALSE),
137: FALSE);
138: END IF;
139: END LOOP;
140: