DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_ITEM_EXTENSIONS

Line 8799: wsm_item_extensions wie

8795: begin
8796: select wse.default_acct_class_code
8797: into v_wlji_class_code(v_idx)
8798: from wsm_sector_extensions wse,
8799: wsm_item_extensions wie
8800: where wie.inventory_item_id = v_wlji_item_id(v_idx)
8801: and wie.organization_id = v_wlji_org_id(v_idx)
8802: and wie.sector_extension_id = wse.sector_extension_id
8803: and wie.organization_id = wse.organization_id;