DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on PJM_UNIT_NUMBERS_LOV_V

Line 2369: from pjm_unit_numbers_lov_v pun,

2365: -- is in the organization identified by the ORGANIZATION_ID column.)
2366: if(is_unit_effective_item and p_eam_wo_rec.end_item_unit_number is not null) then
2367: select 1
2368: into g_dummy
2369: from pjm_unit_numbers_lov_v pun,
2370: mtl_parameters mp
2371: where pun.unit_number = p_eam_wo_rec.end_item_unit_number
2372: and mp.organization_id = p_eam_wo_rec.organization_id
2373: and mp.master_organization_id = pun.master_organization_id;