DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on PJM_UNIT_NUMBERS_LOV_V

Line 1958: from pjm_unit_numbers_lov_v pun,

1954: if(is_unit_effective_item and wjsi_row.end_item_unit_number is not null) then
1955: begin
1956: select 1
1957: into g_dummy
1958: from pjm_unit_numbers_lov_v pun,
1959: mtl_parameters mp
1960: where pun.unit_number = wjsi_row.end_item_unit_number
1961: and mp.organization_id = wjsi_row.organization_id
1962: and mp.master_organization_id = pun.master_organization_id;