DBA Data[Home] [Help]

APPS.EGO_ITEM_ORG_BULKLOAD_PVT dependencies on FND_MESSAGE

Line 194: FND_MESSAGE.SET_NAME('EGO','EGO_PRIMARYUOM_INVALID');

190: Write_Debug('Getting the Error messages.');
191:
192: --Preparation for Inserting error messages for all pre-processing
193: --Validation errors.
194: FND_MESSAGE.SET_NAME('EGO','EGO_PRIMARYUOM_INVALID');
195: l_uom_err_msg := FND_MESSAGE.GET;
196:
197: --Insert the Pre-processed error messages.
198: l_dyn_sql := '';

Line 195: l_uom_err_msg := FND_MESSAGE.GET;

191:
192: --Preparation for Inserting error messages for all pre-processing
193: --Validation errors.
194: FND_MESSAGE.SET_NAME('EGO','EGO_PRIMARYUOM_INVALID');
195: l_uom_err_msg := FND_MESSAGE.GET;
196:
197: --Insert the Pre-processed error messages.
198: l_dyn_sql := '';
199: l_dyn_sql := l_dyn_sql || 'INSERT INTO MTL_INTERFACE_ERRORS ';