DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on PJM_UNIT_NUMBERS_LOV_V

Line 2449: from pjm_unit_numbers_lov_v pun,

2445: -- is in the organization identified by the ORGANIZATION_ID column.)
2446: if(is_unit_effective_item and p_eam_wo_rec.end_item_unit_number is not null) then
2447: select 1
2448: into g_dummy
2449: from pjm_unit_numbers_lov_v pun,
2450: mtl_parameters mp
2451: where pun.unit_number = p_eam_wo_rec.end_item_unit_number
2452: and mp.organization_id = p_eam_wo_rec.organization_id
2453: and mp.master_organization_id = pun.master_organization_id;