DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on EAM_LINEAR_LOCATIONS

Line 983: from eam_linear_locations

979: and p_eam_wo_rec.eam_linear_location_id is not null) then
980:
981: select 1
982: into g_dummy
983: from eam_linear_locations
984: where eam_linear_id = p_eam_wo_rec.eam_linear_location_id;
985:
986: end if;
987: