DBA Data[Home] [Help]

APPS.WSMPLBJT dependencies on WSM_COMPONENTS_V

Line 201: from wsm_components_v wcv,

197: BEGIN
198:
199: select unique wcv.assembly_item_id
200: into x_assembly_id
201: from wsm_components_v wcv,
202: mtl_system_items msi
203: where wcv.component_item_id = X_component_item_id
204: and wcv.organization_id = X_organization_id
205: and msi.organization_id = X_organization_id