DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on PJM_UNIT_NUMBERS_LOV_V

Line 4013: from pjm_unit_numbers_lov_v pun,

4009: if( l_isUnitEffective and wjsi_row.end_item_unit_number is not null) then
4010: begin
4011: select 1
4012: into l_dummy
4013: from pjm_unit_numbers_lov_v pun,
4014: mtl_parameters mp
4015: where pun.unit_number = wjsi_row.end_item_unit_number
4016: and mp.organization_id = wjsi_row.organization_id
4017: and mp.master_organization_id = pun.master_organization_id;