DBA Data[Home] [Help]

APPS.WSMPOPRN dependencies on WSM_SUBINVENTORY_EXTENSIONS

Line 1933: wsm_subinventory_extensions wsube

1929: BEGIN
1930: select l_sep || wse.sector_extension_code
1931: into l_suffix
1932: from wsm_sector_extensions wse,
1933: wsm_subinventory_extensions wsube
1934: where wse.sector_extension_id = wsube.sector_extension_id
1935: and wsube.secondary_inventory_name = l_comp_subinv -- p_subinventory Fix bug #1504009
1936: and wsube.organization_id = p_org_id;
1937: EXCEPTION