DBA Data[Home] [Help]

APPS.INV_GLOBALS dependencies on FND_MESSAGE

Line 286: fnd_message.set_name('INV','INV_INVALID_LOC_CONTROL');

282: return l_locator_control;
283:
284: exception
285: when l_invalid_loc_control_exc then
286: fnd_message.set_name('INV','INV_INVALID_LOC_CONTROL');
287: fnd_msg_pub.add;
288:
289: x_return_status := fnd_api.g_ret_sts_error ;
290: l_locator_control := -1 ;