DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_ITEM_EXTENSIONS

Line 8701: wsm_item_extensions wie

8697: begin
8698: select wse.default_acct_class_code
8699: into v_wlji_class_code(v_idx)
8700: from wsm_sector_extensions wse,
8701: wsm_item_extensions wie
8702: where wie.inventory_item_id = v_wlji_item_id(v_idx)
8703: and wie.organization_id = v_wlji_org_id(v_idx)
8704: and wie.sector_extension_id = wse.sector_extension_id
8705: and wie.organization_id = wse.organization_id;