DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on EAM_LINEAR_LOCATIONS

Line 1049: from eam_linear_locations

1045: and p_eam_wo_rec.eam_linear_location_id is not null) then
1046:
1047: select 1
1048: into g_dummy
1049: from eam_linear_locations
1050: where eam_linear_id = p_eam_wo_rec.eam_linear_location_id;
1051:
1052: end if;
1053: