DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on PJM_UNIT_NUMBERS_LOV_V

Line 1953: from pjm_unit_numbers_lov_v pun,

1949: if(is_unit_effective_item and wjsi_row.end_item_unit_number is not null) then
1950: begin
1951: select 1
1952: into g_dummy
1953: from pjm_unit_numbers_lov_v pun,
1954: mtl_parameters mp
1955: where pun.unit_number = wjsi_row.end_item_unit_number
1956: and mp.organization_id = wjsi_row.organization_id
1957: and mp.master_organization_id = pun.master_organization_id;