DBA Data[Home] [Help]

APPS.INV_VALIDATE_TROLIN dependencies on PJM_UNIT_NUMBERS_LOV_V

Line 480: from pjm_unit_numbers_lov_v

476: p_trolin_rec.organization_id) = 'Y') then
477: begin
478: select 1
479: into l_dummy
480: from pjm_unit_numbers_lov_v
481: where unit_number = p_trolin_rec.unit_number;
482: exception
483: when no_data_found then
484: FND_MESSAGE.SET_NAME('INV', 'INV_INT_UNITNUMBER');